* 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

View file

@ -278,6 +278,8 @@ void Database::close()
} catch (DbException e) { rethrow(e); }
delete env;
env = 0;
}