shithub: aubio

Download patch

ref: c0429d46ff8542ab9650b0873817dca10d624138
parent: db3eb5c0b4af15b5ce9c9875c76fd6603775abf6
author: Paul Brossier <piem@piem.org>
date: Tue Nov 27 22:32:32 EST 2018

[tests] check hist with size null fails

--- a/tests/src/utils/test-hist.c
+++ b/tests/src/utils/test-hist.c
@@ -25,6 +25,7 @@
     del_aubio_hist(o);
     del_fvec(t);
   }
+  if (new_aubio_hist(0, 1, 0)) return 1;
   return 0;
 }