mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 08:12:58 +08:00
fix use after free (#419)
This commit is contained in:
parent
328249a628
commit
6640f9c707
@ -97,9 +97,9 @@ main(int argc, char **argv)
|
||||
g_free(buf);
|
||||
mdb_free_tabledef(table);
|
||||
g_free(table_name);
|
||||
g_free(propColName);
|
||||
mdb_close(mdb);
|
||||
printf("Column %s not found in MSysObjects!\n", propColName);
|
||||
g_free(propColName);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user