changes.mady.by.user Shaun Hedrick
Saved on Jun 18, 2008
...
for (p = head; p != NULL; p = p->next) /* WRONG */ free(p);