From: Paul Brossier Date: Wed, 12 Jul 2006 16:22:48 +0000 (+0000) Subject: update phasevoc deletion function X-Git-Tag: bzr2git~634 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48d2deadcd828a30a86e2901efdf7458e9297004;p=aubio.git update phasevoc deletion function update phasevoc deletion function --- diff --git a/src/phasevoc.c b/src/phasevoc.c index aae7ea59..8eeaef8b 100644 --- a/src/phasevoc.c +++ b/src/phasevoc.c @@ -127,6 +127,7 @@ void del_aubio_pvoc(aubio_pvoc_t *pv) { del_fvec(pv->synth); del_fvec(pv->dataold); del_fvec(pv->synthold); + del_aubio_mfft(pv->fft); AUBIO_FREE(pv->w); AUBIO_FREE(pv); }