diff options
author | David Robillard <d@drobilla.net> | 2014-12-18 08:23:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-18 08:23:21 +0000 |
commit | 3c5f16954ef622eb6804aa55769ef23f1054081b (patch) | |
tree | 09870b64fa1ec78cbb24e0d60d55ba1c92131ebe /test | |
parent | b4df1a5ef0ffbaa2e4027507e4724d237d961b07 (diff) | |
download | raul-3c5f16954ef622eb6804aa55769ef23f1054081b.tar.gz raul-3c5f16954ef622eb6804aa55769ef23f1054081b.tar.bz2 raul-3c5f16954ef622eb6804aa55769ef23f1054081b.zip |
Fix memory error in maid test.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5498 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'test')
-rw-r--r-- | test/maid_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; } |