On 24/6/24 04:39, Jeff Law wrote:
So presumably you're freeing these objects elsewhere? I see the free (custom_types), but I don' see where you free an subobjects. Did I miss something? I'll go ahead and commit, but please double check for memory leaks.
Thanks Jeff. I just realized I wrote "varible" rather than "volatile" - ah well. See patch 4 - write_custom_types loops through the custom_types linked list, and removes and frees the head until it's empty. Mark