mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Fix a memory leak
This commit is contained in:
@@ -179,6 +179,7 @@ generate_table_schema(MdbCatalogEntry *entry, char *namespace, int sanitize)
|
||||
fprintf (stdout, "-- CREATE ANY INDEXES ...\n");
|
||||
fprintf (stdout, "\n");
|
||||
|
||||
mdb_free_tabledef (table);
|
||||
}
|
||||
|
||||
static char *sanitize_name(char *str, int sanitize)
|
||||
|
||||
Reference in New Issue
Block a user