projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9668a37
)
pitchmcomb.c: add missing del_fvec
author
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2007 14:30:13 +0000
(15:30 +0100)
committer
Paul Brossier
<piem@piem.org>
Sat, 24 Nov 2007 14:30:13 +0000
(15:30 +0100)
src/pitchmcomb.c
patch
|
blob
|
history
diff --git
a/src/pitchmcomb.c
b/src/pitchmcomb.c
index 250667b7773c1231df40a39792c3690ea429c6e4..b0cfa9970270632fb0d11c6f3968f7ea3c7edfed 100644
(file)
--- 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;i<p->ncand;i++) {