mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Fix another memory leak
This commit is contained in:
@@ -94,6 +94,7 @@ void
|
||||
mdb_free_tabledef(MdbTableDef *table)
|
||||
{
|
||||
if (!table) return;
|
||||
mdb_free_columns(table->columns);
|
||||
g_free(table->usage_map);
|
||||
g_free(table->free_usage_map);
|
||||
g_free(table);
|
||||
|
||||
Reference in New Issue
Block a user