msel-source / pymef

Python wrapper for MEF library
Other
5 stars 3 forks source link

Fixed small memory leaks and some corrections to comments in the code #28

Closed MaxvandenBoom closed 2 years ago

MaxvandenBoom commented 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.

Best, Max

cimbi commented 2 years ago

Hi Max, thanks for doing that. I had trouble locating these things.

MaxvandenBoom commented 2 years ago

No problem Jan!