shithub: aubio

Download patch

ref: ec4ccafd13cc2962ffbffe50b5ddfdfec5cfe11a
parent: 48d2deadcd828a30a86e2901efdf7458e9297004
author: Paul Brossier <piem@altern.org>
date: Wed Jul 12 12:23:38 EDT 2006

update biquad deletion function
update biquad deletion function


--- a/src/biquad.c
+++ b/src/biquad.c
@@ -109,3 +109,6 @@
   return b;
 }
 
+void del_aubio_biquad(aubio_biquad_t * b) {
+  AUBIO_FREE(b);
+}