On Tue Jan 23 07:40:33 2024 +0000, Esme Povirk wrote:
There should probably be a common "free_item" function. I'm noticing some inconsistency, in that this case doesn't `free(ptr)` and not every case frees all string fields.
As you said, I will add the free_operation() function.