Use mdb_close to match mdb_open instead of mdb_free_handle

This commit is contained in:
whydoubt
2004-04-14 05:58:52 +00:00
parent 5f46b6bc2a
commit 0baed7b268
21 changed files with 38 additions and 21 deletions

View File

@@ -70,7 +70,7 @@ int len;
}
}
mdb_free_handle(mdb);
mdb_close(mdb);
mdb_exit();
exit(0);