projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb0afbb
)
[tests] fix leak in test-mathutils.c
author
Paul Brossier
<piem@piem.org>
Thu, 6 Dec 2018 10:47:16 +0000
(11:47 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 6 Dec 2018 10:47:16 +0000
(11:47 +0100)
tests/src/test-mathutils.c
patch
|
blob
|
history
diff --git
a/tests/src/test-mathutils.c
b/tests/src/test-mathutils.c
index
43c8822
..
ca01500
100644
(file)
--- a/
tests/src/test-mathutils.c
+++ b/
tests/src/test-mathutils.c
@@
-100,6
+100,7
@@
int test_aubio_window (void)
window = new_fvec(window_size);
fvec_set_window(window, "rectangle");
fvec_print(window);
+ del_fvec(window);
window_size /= 2.;
window = new_aubio_window("parzen", window_size);