mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 13:09:36 +02:00
Debugger: fix crash introduced in "LazDebuggerFp: improve error handling"
This commit is contained in:
parent
f15e2bded5
commit
7347d41a12
@ -1053,8 +1053,8 @@ var
|
||||
w: TWatchValueIntf;
|
||||
begin
|
||||
if FWatchValue <> nil then begin
|
||||
FWatchValue := nil;
|
||||
w := FWatchValue;
|
||||
FWatchValue := nil;
|
||||
w.RemoveNotification(weeCancel, @DoWachCanceled);
|
||||
if w.Validity = ddsRequested then
|
||||
w.Validity := ddsInvalid;
|
||||
|
Loading…
Reference in New Issue
Block a user