mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 09:32:59 +02:00
LazDebugger-test: Fixed mem leak, introduced in "New interface for retrieving locals."
This commit is contained in:
parent
3c9f94e806
commit
b8f4dbb20f
@ -100,7 +100,7 @@ type
|
||||
const AStackFrame: Integer
|
||||
);
|
||||
constructor Create(AOwnerWatch: TWatch); override;
|
||||
destructor Destroy;
|
||||
destructor Destroy; override;
|
||||
end;
|
||||
|
||||
{ TTestWatchValueList }
|
||||
|
Loading…
Reference in New Issue
Block a user