IDE: TExternalToolIDE.QueueAsyncAutoFree remove sync call on destroy

git-svn-id: trunk@64222 -
This commit is contained in:
mattias 2020-12-17 18:12:11 +00:00
parent 336ce15012
commit c368eb441e

View File

@ -51,6 +51,7 @@ end;
destructor TExternalToolIDE.Destroy;
begin
Application.RemoveAllHandlersOfObject(Self);
inherited Destroy;
end;