NOAA-PMEL / PyFerret

The PyFerret program and Python module from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
60 stars 22 forks source link

Memory leak #45

Closed karlmsmith closed 7 years ago

karlmsmith commented 7 years ago

There still is some allocated memory that is not being freed on shutdown of the pyferret module with some of the benchmark tests. Compiling with the MEMORYDEBUG flag (or the memorydebug makefile target) will report these leaks, if there are any, on shutdown. Most of the time appears to be a trivial to a relatively minor amount of memory.

karlmsmith commented 7 years ago

Lastest version no longer show memory leaks.