From 59c4e5d37cb40cb0955859b29000ddfa9da73994 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Mar 2013 13:18:18 -0500 Subject: [PATCH] tests/src/io/test-source_multi.c: del fmat only when need be --- tests/src/io/test-source_multi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.26.2