mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-09-20 11:07:53 +08:00
Fix another leak
This commit is contained in:
@@ -833,6 +833,8 @@ int found = 0;
|
|||||||
}
|
}
|
||||||
if (!found) {
|
if (!found) {
|
||||||
mdb_sql_error(sql, "Column %s not found",sqlcol->name);
|
mdb_sql_error(sql, "Column %s not found",sqlcol->name);
|
||||||
|
mdb_index_scan_free(table);
|
||||||
|
mdb_free_tabledef(table);
|
||||||
mdb_sql_reset(sql);
|
mdb_sql_reset(sql);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user