diff options
Diffstat (limited to 'cpp/src/Freeze/Application.cpp')
-rw-r--r-- | cpp/src/Freeze/Application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Freeze/Application.cpp b/cpp/src/Freeze/Application.cpp index c162daf4937..06ca83de335 100644 --- a/cpp/src/Freeze/Application.cpp +++ b/cpp/src/Freeze/Application.cpp @@ -73,6 +73,7 @@ Freeze::Application::run(int argc, char* argv[]) cerr << appName() << ": unknown exception" << endl; status = EXIT_FAILURE; } + dbEnv = 0; } defaultInterrupt(); |