diff options
author | John Glover <j@johnglover.net> | 2012-08-23 16:19:11 +0100 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-08-23 16:19:11 +0100 |
commit | e160337c4e45c53772f2c311aef1a7429e73ab51 (patch) | |
tree | 4be6df6a5bc63d0ac54bb3d07f381445b0359ad1 /tests/test_partial_tracking.cpp | |
parent | e4ab5141d33d0c94a1c82091a02cfc7ecffc65fd (diff) | |
download | simpl-e160337c4e45c53772f2c311aef1a7429e73ab51.tar.gz simpl-e160337c4e45c53772f2c311aef1a7429e73ab51.tar.bz2 simpl-e160337c4e45c53772f2c311aef1a7429e73ab51.zip |
[sndobj] Fix bug in SndObjSynthesis. Partial IDs were not being handled correctly, added new class based on AdSyn that does not rely on IDs.
Diffstat (limited to 'tests/test_partial_tracking.cpp')
-rw-r--r-- | tests/test_partial_tracking.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_partial_tracking.cpp b/tests/test_partial_tracking.cpp index 25fcfff..8fc0cbb 100644 --- a/tests/test_partial_tracking.cpp +++ b/tests/test_partial_tracking.cpp @@ -51,6 +51,7 @@ public: void tearDown() { delete pd; + delete pt; } }; |