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

@@ -46,7 +46,7 @@ int page, start, stop;
fprintf (stderr, "%4x %4x %c\n", j, mdb->pg_buf [j], mdb->pg_buf [j]);
}
mdb_free_handle(mdb);
mdb_close(mdb);
mdb_exit();
exit(0);