mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Fix some memory leaks
This commit is contained in:
@@ -89,6 +89,7 @@ main(int argc, char **argv)
|
||||
}
|
||||
}
|
||||
|
||||
mdb_free_tabledef(table);
|
||||
mdb_close(mdb);
|
||||
mdb_exit();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user