EMsoft icon indicating copy to clipboard operation
EMsoft copied to clipboard

memory leaks in a number of routines in the filters.f90 module

Open marcdegraef opened this issue 6 years ago • 1 comments

Stuart Wright reported memory leaks when calling the init_HIPassFilter and applyHIpassFilter routines; likely these are due to the use of fftw calls.

marcdegraef avatar Sep 13 '18 22:09 marcdegraef

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.

marcdegraef avatar Nov 16 '18 21:11 marcdegraef