diff options
-rw-r--r-- | P1/src/mapper.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/P1/src/mapper.c b/P1/src/mapper.c index b401607..4e88c10 100644 --- a/P1/src/mapper.c +++ b/P1/src/mapper.c @@ -73,8 +73,6 @@ void freeInterDS(intermediateDS *root) { tempNode = root; root = root -> next; freeValueList(tempNode -> value); - //THIS FREE BREAKS ONCE PER PROCESS - //WILL PROBABLY BE FIXED IF THE EMPTY FILES PROBLEM GETS FIXED free(tempNode); } } |