-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Freeing a list does a lot of things. It frees everything
The array, the array->data, the filename, and the element itself.
In some cases the caller is not the owner of all this data, and then the caller will have to run their own solutions for freeing the lists. This requiers knowledge of the implementation etc. Is this code smell?
Metadata
Metadata
Assignees
Labels
No labels