* Close the database before the destructor runs.

This commit is contained in:
Eelco Dolstra
2006-03-01 16:36:35 +00:00
parent fa95f4be3f
commit d822bf32e4
4 changed files with 15 additions and 0 deletions
+3
View File
@@ -14,6 +14,7 @@ extern "C" {
#include "globals.hh"
#include "gc.hh"
#include "store.hh"
#include "shared.hh"
#include "config.h"
@@ -213,6 +214,8 @@ static void initAndRun(int argc, char * * argv)
RemoveTempRoots removeTempRoots; /* unused variable - don't remove */
run(remaining);
closeDB(); /* it's fine if the DB isn't actually open */
}