mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Bugfix: don't dereference the MethodPatches object on finalization, it may never have been initialized, or it may have already been nil'd in RevertPatchedMethods().
This commit is contained in:
@@ -1346,6 +1346,6 @@ end;
|
||||
initialization
|
||||
|
||||
finalization
|
||||
MethodPatches.Free;
|
||||
FreeAndNil(MethodPatches);
|
||||
|
||||
end.
|
||||
|
||||
Reference in New Issue
Block a user