LazDebuggerFpLldb: fix crash in shutdown (stop debug while paused)

git-svn-id: trunk@60005 -
This commit is contained in:
martin 2019-01-05 15:27:37 +00:00
parent c5cd6d5335
commit 06b7314a08

View File

@ -1523,8 +1523,8 @@ end;
destructor TFpLldbDebugger.Destroy;
begin
UnLoadDwarf;
FWatchEvalList.Free;
inherited Destroy;
FWatchEvalList.Free;
end;
procedure Register;