projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d43932
)
update fcomb deletion function
author
Paul Brossier
<piem@altern.org>
Wed, 12 Jul 2006 16:21:52 +0000
(16:21 +0000)
committer
Paul Brossier
<piem@altern.org>
Wed, 12 Jul 2006 16:21:52 +0000
(16:21 +0000)
update fcomb deletion function
src/pitchfcomb.c
patch
|
blob
|
history
diff --git
a/src/pitchfcomb.c
b/src/pitchfcomb.c
index 7b39dc9efe3d29a1dca6fcb8ec52bf0665d68432..9321b35d912ea5788136c8a637b623522dcb490c 100644
(file)
--- a/
src/pitchfcomb.c
+++ b/
src/pitchfcomb.c
@@
-127,6
+127,8
@@
void del_aubio_pitchfcomb (aubio_pitchfcomb_t * p)
{
del_cvec(p->fftOut);
del_fvec(p->fftLastPhase);
+ del_fvec(p->win);
+ del_fvec(p->winput);
del_aubio_mfft(p->fft);
AUBIO_FREE(p);
}