mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Issue #1243: fix crash in reconnect, due to free'd list of IS objects
This commit is contained in:
@ -1842,6 +1842,7 @@ begin
|
||||
ClearCache(True);
|
||||
FKeepAliveTimer.Free;
|
||||
FFavorites.Free;
|
||||
FInformationSchemaObjects.Free;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
@ -5816,7 +5817,6 @@ begin
|
||||
FreeAndNil(FCharsetTable);
|
||||
FreeAndNil(FSessionVariables);
|
||||
FreeAndNil(FTableEngines);
|
||||
FreeAndNil(FInformationSchemaObjects);
|
||||
if IncludeDBObjects then begin
|
||||
ClearAllDbObjects;
|
||||
FColumnCache.Clear;
|
||||
|
Reference in New Issue
Block a user