Make mdb_close free the handle

This commit is contained in:
whydoubt
2004-04-14 05:15:18 +00:00
parent 7a55c6b2b3
commit 5f46b6bc2a
2 changed files with 2 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ mdb_close(MdbHandle *mdb)
mdb->f = NULL;
}
}
mdb_free_handle(mdb);
}
/**
* mdb_clone_handle: