projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8359d7
)
update resample deletion function
author
Paul Brossier
<piem@altern.org>
Wed, 12 Jul 2006 16:20:57 +0000
(16:20 +0000)
committer
Paul Brossier
<piem@altern.org>
Wed, 12 Jul 2006 16:20:57 +0000
(16:20 +0000)
update resample deletion function
src/resample.c
patch
|
blob
|
history
diff --git
a/src/resample.c
b/src/resample.c
index e5a495b482e3a0c2c7224b7b88784c6f76edee49..8d9366ec58c555a69ff2b08394014035ca2bb59f 100644
(file)
--- a/
src/resample.c
+++ b/
src/resample.c
@@
-43,6
+43,7
@@
aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type) {
void del_aubio_resampler(aubio_resampler_t *s) {
src_delete(s->stat);
+ AUBIO_FREE(s->proc);
AUBIO_FREE(s);
}