Closed MaxvandenBoom closed 2 years ago
Hi Dan,
I encountered a couple of functions that allocate memory for a generic file processing struct (gen_fps) but never free it, causing tiny memory leaks. Also I updated some comments in the code that were incorrect.
gen_fps
Best, Max
Hi Max, thanks for doing that. I had trouble locating these things.
No problem Jan!
Hi Dan,
I encountered a couple of functions that allocate memory for a generic file processing struct (
gen_fps
) but never free it, causing tiny memory leaks. Also I updated some comments in the code that were incorrect.Best, Max