CmdLine Debugger, thread/async process: Fix unqueuing events, if thread is destroyed

git-svn-id: trunk@58370 -
This commit is contained in:
martin 2018-06-21 13:06:42 +00:00
parent bee243b5a4
commit 977223c360

View File

@ -179,6 +179,8 @@ DebugLn('TTTTT data avail continue');
end;
DebugLn(['TTTTT loop end ', Terminated]);
RemoveQueuedEvents(Self, FOnDataAvail);
RemoveQueuedEvents(Self, FOnPipeError);
end;
constructor TDebugProcessReadThread.Create(CreateSuspended: Boolean;