commit 5b11e106e45c2f5dc57291d6f4ebff4317bed1f4 parent c5985f47ddb2dd1b342da0b8ee1347610cc03529 Author: fundamental <mark.d.mccurry@gmail.com> Date: Mon, 29 Aug 2011 23:01:36 -0400 AdNoteTest: removed memory leak Diffstat:
M | src/Tests/AdNoteTest.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Tests/AdNoteTest.h b/src/Tests/AdNoteTest.h @@ -99,6 +99,7 @@ class AdNoteTest:public CxxTest::TestSuite delete [] outL; delete [] outR; delete [] denormalkillbuf; + FFT_cleanup(); } void testDefaults() {