From e160337c4e45c53772f2c311aef1a7429e73ab51 Mon Sep 17 00:00:00 2001 From: John Glover Date: Thu, 23 Aug 2012 16:19:11 +0100 Subject: [sndobj] Fix bug in SndObjSynthesis. Partial IDs were not being handled correctly, added new class based on AdSyn that does not rely on IDs. --- tests/test_partial_tracking.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_partial_tracking.cpp') 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; } }; -- cgit v1.2.3