I'm trying to free up the memory I've allocated with malloc
, but the free
command doesn't seem to do its job properly according to Eclipse's debugger. How's this possible?
Below is a screenshot of my debugger after it supposedly freed up seCurrent->student->year
, which is clearly not the case. year
was allocated using malloc
.