LazDebugger-test: Fixed mem leak, introduced in "New interface for retrieving locals."

This commit is contained in:
Martin 2023-03-02 20:55:37 +01:00
parent 3c9f94e806
commit b8f4dbb20f

View File

@ -100,7 +100,7 @@ type
const AStackFrame: Integer
);
constructor Create(AOwnerWatch: TWatch); override;
destructor Destroy;
destructor Destroy; override;
end;
{ TTestWatchValueList }