From 5294546e2b5324c65b72c3ef36cbc1a2c3620895 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 24 Nov 2007 15:30:13 +0100 Subject: [PATCH] pitchmcomb.c: add missing del_fvec --- src/pitchmcomb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pitchmcomb.c b/src/pitchmcomb.c index 250667b7..b0cfa997 100644 --- a/src/pitchmcomb.c +++ b/src/pitchmcomb.c @@ -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;incand;i++) { -- 2.26.2