projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5941f9e
)
tests/src/io/test-source_multi.c: del fmat only when need be
author
Paul Brossier
<piem@piem.org>
Fri, 22 Mar 2013 18:18:18 +0000
(13:18 -0500)
committer
Paul Brossier
<piem@piem.org>
Fri, 22 Mar 2013 18:18:18 +0000
(13:18 -0500)
tests/src/io/test-source_multi.c
patch
|
blob
|
history
diff --git
a/tests/src/io/test-source_multi.c
b/tests/src/io/test-source_multi.c
index a1a72ecc5ecbef74582ad7fe61adcae0a7ac7810..9a7e266edc382158b644ae286df0b4e685f7f63d 100644
(file)
--- 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;
}