mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 22:40:56 +02:00
LazDebuggerFpLldb: fix crash in shutdown (stop debug while paused)
git-svn-id: trunk@60005 -
This commit is contained in:
parent
c5cd6d5335
commit
06b7314a08
@ -1523,8 +1523,8 @@ end;
|
|||||||
destructor TFpLldbDebugger.Destroy;
|
destructor TFpLldbDebugger.Destroy;
|
||||||
begin
|
begin
|
||||||
UnLoadDwarf;
|
UnLoadDwarf;
|
||||||
FWatchEvalList.Free;
|
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
|
FWatchEvalList.Free;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure Register;
|
procedure Register;
|
||||||
|
Loading…
Reference in New Issue
Block a user