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