[prev] 55 [next]

Exercise 4: Finding Memory Leaks

Use valgrind to examine the execution of the following:
  • iterative list traversal (testList.c and List.c)
Do each of the following:
  • Fix any memory errors
  • Fix any memory leaks