C-Macro-Collections
C-Macro-Collections copied to clipboard
When removing elements from a collection, check if ftable->free exists
trafficstars
- [ ] When a collection pops or removes elements from it, without returning it to the user, check for
ftable->freeand free the element
I wonder why we need a free on fval and a free on cmc_alloc_node, are they the same? if not, fval one should be renamed