C-Macro-Collections icon indicating copy to clipboard operation
C-Macro-Collections copied to clipboard

When removing elements from a collection, check if ftable->free exists

Open LeoVen opened this issue 2 years ago • 1 comments
trafficstars

  • [ ] When a collection pops or removes elements from it, without returning it to the user, check for ftable->free and free the element

LeoVen avatar Feb 23 '23 09:02 LeoVen

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

duarm avatar Nov 02 '23 23:11 duarm