projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f61c88a
)
tests/src/test-pitchyinfft.c: fix memory leak
author
Paul Brossier
<piem@piem.org>
Tue, 10 Jul 2012 04:25:15 +0000
(21:25 -0700)
committer
Paul Brossier
<piem@piem.org>
Tue, 10 Jul 2012 04:25:15 +0000
(21:25 -0700)
tests/src/test-pitchyinfft.c
patch
|
blob
|
history
diff --git
a/tests/src/test-pitchyinfft.c
b/tests/src/test-pitchyinfft.c
index 96939ce8dfaf69a27bcae1d72d3ca5984acd8638..32e144d6f2945f60f0c956955b8f47ed192e2725 100644
(file)
--- a/
tests/src/test-pitchyinfft.c
+++ b/
tests/src/test-pitchyinfft.c
@@
-18,6
+18,7
@@
int main(){
del_aubio_pitchyinfft(o);
del_fvec(in);
+ del_fvec(out);
aubio_cleanup();
return 0;