From 3c5f16954ef622eb6804aa55769ef23f1054081b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Dec 2014 08:23:21 +0000 Subject: Fix memory error in maid test. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5498 a436a847-0d15-0410-975c-d299462d15a1 --- test/maid_test.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/maid_test.cpp') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index 7c1fd7d..13d29e9 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -35,7 +35,5 @@ main(int argc, char** argv) maid.dispose(dis); maid.cleanup(); - delete dis; - return 0; } -- cgit v1.2.1