shithub: aubio

Download patch

ref: 028c8e964c4847e68b956fd8008cd0df20723013
parent: 0d43932230b07917c9326b5b4a9666bf6ce12460
author: Paul Brossier <piem@altern.org>
date: Wed Jul 12 12:21:52 EDT 2006

update fcomb deletion function
update fcomb deletion function


--- a/src/pitchfcomb.c
+++ b/src/pitchfcomb.c
@@ -127,6 +127,8 @@
 {
   del_cvec(p->fftOut);
   del_fvec(p->fftLastPhase);
+  del_fvec(p->win);
+  del_fvec(p->winput);
   del_aubio_mfft(p->fft);
   AUBIO_FREE(p);
 }