PREV INDEX NEXT

Author: Unknown
Subject: freeing contents of nodes
Date: Friday, 20 Mar 2020, 04:29:28

The walkthrough says: Freeing a node will not free its contents! So if you have nodes pointing to allocated strings, you want to first free the allocated strings before you free the nodes (otherwise, you'll have memory leaks)

Should we be freeing the contents of the nodes in Deque.c?
PREV INDEX NEXT