From 1a697089a1d14195179383322cdd91f4c726b4f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Dec 2013 21:15:27 +0000 Subject: Fix minor memory errors. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5205 a436a847-0d15-0410-975c-d299462d15a1 --- test/maid_test.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/maid_test.cpp') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index 13d29e9..7c1fd7d 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -35,5 +35,7 @@ main(int argc, char** argv) maid.dispose(dis); maid.cleanup(); + delete dis; + return 0; } -- cgit v1.2.1