pitchmcomb.c: add missing del_fvec
authorPaul Brossier <piem@piem.org>
Sat, 24 Nov 2007 14:30:13 +0000 (15:30 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 24 Nov 2007 14:30:13 +0000 (15:30 +0100)
src/pitchmcomb.c

index 250667b..b0cfa99 100644 (file)
@@ -366,6 +366,7 @@ void del_aubio_pitchmcomb (aubio_pitchmcomb_t *p) {
   uint_t i;
   del_fvec(p->newmag);
   del_fvec(p->scratch);
+  del_fvec(p->theta);
   del_fvec(p->scratch2);
   AUBIO_FREE(p->peaks);
   for (i=0;i<p->ncand;i++) {