mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-10-20 18:50:44 +08:00
Fix some memory leaks
This commit is contained in:
@@ -57,6 +57,7 @@ void mdb_free_tabledef(MdbTableDef *table)
|
||||
{
|
||||
if (!table) return;
|
||||
mdb_free_columns(table->columns);
|
||||
mdb_free_indices(table->indices);
|
||||
g_free(table->usage_map);
|
||||
g_free(table->free_usage_map);
|
||||
g_free(table);
|
||||
|
Reference in New Issue
Block a user