mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 10:18:18 +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;
|
||||
begin
|
||||
UnLoadDwarf;
|
||||
FWatchEvalList.Free;
|
||||
inherited Destroy;
|
||||
FWatchEvalList.Free;
|
||||
end;
|
||||
|
||||
procedure Register;
|
||||
|
Loading…
Reference in New Issue
Block a user