changes.mady.by.user David Keaton
Saved on Feb 11, 2008
...
MEM00-A. Allocate and free memory in the same module, at the same level of abstraction
MEM01-A. Eliminate dangling pointersStore a new value in pointers immediately after free()
MEM02-A. Do not cast the return value from malloc()