tests/src/test-pitchyinfft.c: fix memory leak
authorPaul Brossier <piem@piem.org>
Tue, 10 Jul 2012 04:25:15 +0000 (21:25 -0700)
committerPaul Brossier <piem@piem.org>
Tue, 10 Jul 2012 04:25:15 +0000 (21:25 -0700)
tests/src/test-pitchyinfft.c

index 96939ce8dfaf69a27bcae1d72d3ca5984acd8638..32e144d6f2945f60f0c956955b8f47ed192e2725 100644 (file)
@@ -18,6 +18,7 @@ int main(){
 
         del_aubio_pitchyinfft(o);
         del_fvec(in);
+        del_fvec(out);
         aubio_cleanup();
 
         return 0;