SFU ID: hareetd
Github username: hareetd
Line and file: Arraylist: main.c: lines 94 & 131
Expected behavior: No memory leaks involving arraylist.c
Observed behavior: See attached valgrindOutput image
I've already read the other threads about freeing memory in Assignment 1, however I'm still unsure of how much I can change in the Arraylist main.c file.
Am I allowed to uncomment lines 94 and 131 in main.c (see attached mainFileLines image)? That will free the arraylists created for test 0 and test 1, resolving the memory leaks involving arraylist.c and leaving only memory leaks due to a calloc call in acutest.h.