mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-20 02:57:55 +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");
|
fprintf (outfile, ");\n");
|
||||||
}
|
}
|
||||||
fputc ('\n', outfile);
|
fputc ('\n', outfile);
|
||||||
|
|
||||||
|
g_free(quoted_table_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user