From: Paul Brossier Date: Fri, 22 Mar 2013 18:18:18 +0000 (-0500) Subject: tests/src/io/test-source_multi.c: del fmat only when need be X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=59c4e5d37cb40cb0955859b29000ddfa9da73994;p=aubio.git tests/src/io/test-source_multi.c: del fmat only when need be --- diff --git a/tests/src/io/test-source_multi.c b/tests/src/io/test-source_multi.c index a1a72ecc..9a7e266e 100644 --- a/tests/src/io/test-source_multi.c +++ b/tests/src/io/test-source_multi.c @@ -43,9 +43,9 @@ int main (int argc, char **argv) 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; }