From b1047edb71b494420309929130ce2f61e2439e79 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 20 Apr 2016 14:32:10 +0200 Subject: [PATCH] test.js: add missing del_aubio_pitch --- test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test.js b/test.js index dc43e1f..cfbca33 100644 --- 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); } -- 2.11.0