Tidy up stats interface

This commit is contained in:
whydoubt
2004-08-19 05:12:21 +00:00
parent 9a4b90878a
commit 1960e3808b
4 changed files with 2 additions and 19 deletions

View File

@@ -168,8 +168,8 @@ void
mdb_close(MdbHandle *mdb)
{
if (!mdb) return;
mdb_free_stats(mdb);
mdb_free_catalog(mdb);
g_free(mdb->stats);
g_free(mdb->backend_name);
if (mdb->f) {