From a71739ce82f5083a58f4ed387566c391581e1ac4 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 7 Oct 2004 16:56:20 +0000 Subject: [PATCH] free magnitude double array --- dft.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.20.1