mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Use mdb_close to match mdb_open instead of mdb_free_handle
This commit is contained in:
@@ -48,7 +48,7 @@ MdbTableDef *table;
|
||||
}
|
||||
}
|
||||
|
||||
mdb_free_handle(mdb);
|
||||
mdb_close(mdb);
|
||||
mdb_exit();
|
||||
|
||||
exit(0);
|
||||
|
||||
Reference in New Issue
Block a user