mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 23:08:05 +02:00
Debugger: Watches, fix double freeing of array nav frames
This commit is contained in:
parent
8c9d81c77f
commit
75d3e86bb4
@ -307,8 +307,9 @@ begin
|
||||
if FQueuedUnLockCommandProcessing then
|
||||
DebugBoss.UnLockCommandProcessing;
|
||||
FQueuedUnLockCommandProcessing := False;
|
||||
FreeAndNil(FWatchPrinter);
|
||||
|
||||
FreeAndNil(FWatchPrinter);
|
||||
tvWatches.Clear; // Must clear all nodes before any owned "Nav := TArrayNavigationBar" are freed;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user