ref: 5294546e2b5324c65b72c3ef36cbc1a2c3620895
parent: 9668a37a6e3038a637e2ca421529354aef965f1b
author: Paul Brossier <piem@piem.org>
date: Sat Nov 24 10:30:13 EST 2007
pitchmcomb.c: add missing del_fvec
--- a/src/pitchmcomb.c
+++ b/src/pitchmcomb.c
@@ -366,6 +366,7 @@
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++) {