mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 00:38:14 +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
|
const AStackFrame: Integer
|
||||||
);
|
);
|
||||||
constructor Create(AOwnerWatch: TWatch); override;
|
constructor Create(AOwnerWatch: TWatch); override;
|
||||||
destructor Destroy;
|
destructor Destroy; override;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TTestWatchValueList }
|
{ TTestWatchValueList }
|
||||||
|
Loading…
Reference in New Issue
Block a user