mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +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