diff --git a/source/dbconnection.pas b/source/dbconnection.pas index eaafdb6d..ebabd7e0 100644 --- a/source/dbconnection.pas +++ b/source/dbconnection.pas @@ -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;