shithub: aubio

Download patch

ref: ed766c7e98fc5f54bc62f2d07fef472284c9c0ea
parent: 46ba93b9bc86850d7942ae52490bfed8d111e098
author: Paul Brossier <piem@piem.org>
date: Mon Jul 9 17:28:53 EDT 2012

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

--- a/tests/src/test-pitchyin.c
+++ b/tests/src/test-pitchyin.c
@@ -17,6 +17,7 @@
 
         del_fvec(in);
         del_fvec(out);
+        del_aubio_pitchyin(p);
         aubio_cleanup();
 
         return 0;