shithub: aubio

Download patch

ref: 0d43932230b07917c9326b5b4a9666bf6ce12460
parent: e8359d7c954598298c337343bcae34cf3487446c
author: Paul Brossier <[email protected]>
date: Wed Jul 12 12:20:57 EDT 2006

update resample deletion function
update resample deletion function


--- a/src/resample.c
+++ b/src/resample.c
@@ -43,6 +43,7 @@
 
 void del_aubio_resampler(aubio_resampler_t *s) {
 	src_delete(s->stat);
+	AUBIO_FREE(s->proc);
 	AUBIO_FREE(s);
 }