Bug#600205: libfftw3-3: memory leak in 1d transform

2010-10-14 Thread Romain Beauxis
Le jeudi 14 octobre 2010 12:35:16, vous avez écrit : > Hi Romain, Hi ! > Does it still happen if you call fftw_cleanup? > http://www.fftw.org/fftw3_doc/Using-Plans.html Indeed, no. There seems to be some lack of consistent documentation/examples. However, there is no bug per-say.. Feel

Bug#600205: libfftw3-3: memory leak in 1d transform

2010-10-14 Thread Paul Brossier
Hi Romain, Does it still happen if you call fftw_cleanup? http://www.fftw.org/fftw3_doc/Using-Plans.html Cheers, piem On 14/10/2010 18:40, Romain Beauxis wrote: Package: libfftw3-3 Version: 3.2.2-1 Severity: important Tags: upstream Hi ! There seems to be a memory leak when doing a

Bug#600205: libfftw3-3: memory leak in 1d transform

2010-10-14 Thread Romain Beauxis
Package: libfftw3-3 Version: 3.2.2-1 Severity: important Tags: upstream Hi ! There seems to be a memory leak when doing a 1d transform. To reproduce, you can use the following code, adapted from the manual [1]: 8<>8 #include #include #define N 100