test.js: add missing del_aubio_pitch
authorPaul Brossier <piem@piem.org>
Wed, 20 Apr 2016 12:32:10 +0000 (14:32 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 20 Apr 2016 12:32:10 +0000 (14:32 +0200)
test.js

diff --git a/test.js b/test.js
index dc43e1f..cfbca33 100644 (file)
--- a/test.js
+++ b/test.js
@@ -58,6 +58,7 @@ var get_file_bpm = function(path, params) {
 
        aubio.del_aubio_source(source);
        aubio.del_aubio_tempo(tempo);
+       aubio.del_aubio_pitch(pitch);
 }