mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Use mdb_close to match mdb_open instead of mdb_free_handle
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user