shithub: aubio

Download patch

ref: 46ba93b9bc86850d7942ae52490bfed8d111e098
parent: f61c88a94a97bcfee7a50a8050d90ea7cb0dd7c2
author: Paul Brossier <piem@piem.org>
date: Mon Jul 9 17:25:15 EDT 2012

tests/src/test-pitchyinfft.c: fix memory leak

--- a/tests/src/test-pitchyinfft.c
+++ b/tests/src/test-pitchyinfft.c
@@ -18,6 +18,7 @@
 
         del_aubio_pitchyinfft(o);
         del_fvec(in);
+        del_fvec(out);
         aubio_cleanup();
 
         return 0;