As others have said, often you don't want to free the node, you want to do something else with it. E.g., put it in a free list. However, usually if you're not freeing it, you'd null out the next field so that you don't accidentally access it when it's not part of the list (at least I would).
arka2147483647|5 years ago
Arnavion|5 years ago
rightbyte|5 years ago
eperdew|5 years ago
jagged-chisel|5 years ago
scoutt|5 years ago