FpDebug: Fix leak on Linux / Thread objects were not always released

git-svn-id: trunk@62176 -
This commit is contained in:
martin 2019-11-03 17:05:42 +00:00
parent 17dda63638
commit 764dae935a

View File

@ -522,6 +522,7 @@ begin
else
if wifexited(AWaitedStatus) and (ID <> Process.ProcessID) then begin
Process.RemoveThread(ID); // Done, no postpone
Self.Free;
end
else