mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-18 18:22:07 +08:00
Memory leak fix
Free temporary variable in mdb_print_indexes
This commit is contained in:
@@ -544,6 +544,8 @@ mdb_print_indexes(FILE* outfile, MdbTableDef *table, char *dbnamespace)
|
||||
fprintf (outfile, ");\n");
|
||||
}
|
||||
fputc ('\n', outfile);
|
||||
|
||||
g_free(quoted_table_name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user