shithub: aubio

Download patch

ref: 59c4e5d37cb40cb0955859b29000ddfa9da73994
parent: 5941f9e98c6b1b8986acae9308de6e3359d617f3
author: Paul Brossier <piem@piem.org>
date: Fri Mar 22 09:18:18 EDT 2013

tests/src/io/test-source_multi.c: del fmat only when need be

--- a/tests/src/io/test-source_multi.c
+++ b/tests/src/io/test-source_multi.c
@@ -43,9 +43,9 @@
   PRINT_MSG("read %d frames at %dHz (%d blocks) from %s\n", n_frames, samplerate,
     n_frames / hop_size, source_path);
 
+  del_fmat (mat);
   del_aubio_source (s);
 beach:
-  del_fmat (mat);
 
   return err;
 }