From: hackbard Date: Thu, 7 Oct 2004 16:56:20 +0000 (+0000) Subject: free magnitude double array X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fnlsop.git;a=commitdiff_plain;h=a71739ce82f5083a58f4ed387566c391581e1ac4;ds=sidebyside free magnitude double array --- diff --git a/dft.c b/dft.c index 20550b4..c4fe566 100644 --- a/dft.c +++ b/dft.c @@ -84,6 +84,8 @@ int main(int argc,char **argv) { } } + free(mag); + bmp_write_file(&dst); fourier_shutdown(&fourier);