EMsoft
EMsoft copied to clipboard
memory leaks in a number of routines in the filters.f90 module
Stuart Wright reported memory leaks when calling the init_HIPassFilter and applyHIpassFilter routines; likely these are due to the use of fftw calls.
It appears that this issue still persists. A possible fix may be to use the fftw memory allocation routines instead of the f90 routines... needs to be implemented and tested.