aboutsummaryrefslogtreecommitdiffstats
path: root/P2/lib/utils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--P2/lib/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P2/lib/utils.c b/P2/lib/utils.c
index b9d4be6..4f86f50 100644
--- a/P2/lib/utils.c
+++ b/P2/lib/utils.c
@@ -33,7 +33,7 @@ char *getChunkData(int mapperID) {
// DEBUG! malloc a buffer/return
char* value = malloc(1024); // chunkSize or MSGSIZE?
return value;
- // Free memory
+ // Free memory outside of getChunkData?
// printf("%s\n", message.msgText);
//printf("RECEIVED CHUNK:%s\nRECEIVED VALUE:%ld\n", value, message.msgType);