mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 19:47:02 +01:00
LazDebuggerFPDServer: Fixed possible AV
git-svn-id: trunk@49235 -
This commit is contained in:
parent
abdada70fe
commit
533cb5e719
@ -192,7 +192,8 @@ end;
|
||||
|
||||
destructor TFPDSendCallStackCommand.Destroy;
|
||||
begin
|
||||
FCallStack.RemoveFreeNotification(@DoCallStackFreed);
|
||||
if assigned(FCallStack) then
|
||||
FCallStack.RemoveFreeNotification(@DoCallStackFreed);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user