From 4eba5957bbe7eaa34bc1e927cf3c133170b7f225 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Tue, 20 Dec 2005 21:18:52 +0000 Subject: Better if help cleanups when exitting ... --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 2e50f44..e53089c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -228,6 +228,7 @@ void printHelp() std::cout << "Options: " << std::endl; std::cout << " -h --help : Display this help" << std::endl; std::cout << " --verbosity n : Set the verbosity level" << std::endl; + deinitialize(); exit(0); } -- cgit