mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:39:25 +02:00
IDE: TExternalToolIDE.QueueAsyncAutoFree remove sync call on destroy
git-svn-id: trunk@64222 -
This commit is contained in:
parent
336ce15012
commit
c368eb441e
@ -51,6 +51,7 @@ end;
|
|||||||
|
|
||||||
destructor TExternalToolIDE.Destroy;
|
destructor TExternalToolIDE.Destroy;
|
||||||
begin
|
begin
|
||||||
|
Application.RemoveAllHandlersOfObject(Self);
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user