mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-21 03:26:02 +02:00
LazDebuggerFp (pure): Fixed crash of the IDE on exit.
git-svn-id: trunk@44638 -
This commit is contained in:
parent
c5160e7364
commit
03287ea60f
@ -351,7 +351,7 @@ end;
|
||||
|
||||
destructor TFpDebugDebugger.Destroy;
|
||||
begin
|
||||
if assigned(FDbgController) then
|
||||
if assigned(FFpDebugThread) then
|
||||
FreeDebugThread;
|
||||
FDbgController.Free;
|
||||
inherited Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user