Skip to content
Snippets Groups Projects
Commit df946cd4 authored by rswindell's avatar rswindell
Browse files

Elimianted LINK_LIST_DONT_FREE flag (now unnecessary)

listRemoveNode() now accepts BOOL free_data argument to specify whether or not
to free the node's data pointer (list and node flags not used in determination)
Renamed listPopFirstNode() macro to listShiftNode().
listPopNode() and listShiftNode() macros now never free the node data pointer.
parent 2825417c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment