diff options
author | John Glover <j@johnglover.net> | 2013-06-07 13:00:55 +0200 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2013-06-07 13:00:55 +0200 |
commit | d60bbc935a1c7137c766792bf569ea7d6800fba9 (patch) | |
tree | 2247eb781e2b2f28a1f13253517b2c5eed11a3ae /tests/test_synthesis.h | |
parent | d91fc3a5b7b9d7a4ca85882b029fefe2c8daa156 (diff) | |
download | simpl-d60bbc935a1c7137c766792bf569ea7d6800fba9.tar.gz simpl-d60bbc935a1c7137c766792bf569ea7d6800fba9.tar.bz2 simpl-d60bbc935a1c7137c766792bf569ea7d6800fba9.zip |
Fix memory leaks in peak detection processes
Diffstat (limited to 'tests/test_synthesis.h')
-rw-r--r-- | tests/test_synthesis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_synthesis.h b/tests/test_synthesis.h index 15ba88b..8f9ec77 100644 --- a/tests/test_synthesis.h +++ b/tests/test_synthesis.h @@ -74,7 +74,6 @@ protected: SMSPartialTracking _pt; SMSSynthesis _synth; SndfileHandle _sf; - Peaks _peaks; Frames _frames; void test_basic(); |