diff options
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; } |