Fixes memory leaks in linked_list and link_list_test

In cases where an entry was removed but only the entry's data was
returned, the removed entry would be orphaned and never freed.

Also, fixes several memory leaks in the tests for linked_list.
2 files changed