LazDebuggerFp (pure): Fixed crash of the IDE on exit.

git-svn-id: trunk@44638 -
This commit is contained in:
joost 2014-04-07 17:12:21 +00:00
parent c5160e7364
commit 03287ea60f

View File

@ -351,7 +351,7 @@ end;
destructor TFpDebugDebugger.Destroy;
begin
if assigned(FDbgController) then
if assigned(FFpDebugThread) then
FreeDebugThread;
FDbgController.Free;
inherited Destroy;