mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 09:00:33 +02:00
ValEdit: also release the memory of the TValueListStrings.FItemProps array itself, not only the items.
git-svn-id: trunk@40197 -
This commit is contained in:
parent
4ea24df450
commit
eab5aa8fb5
@ -490,6 +490,7 @@ begin
|
||||
begin
|
||||
if Assigned(FItemProps[i]) then FItemProps[i].Free;
|
||||
end;
|
||||
SetLength(FItemProps, 0);
|
||||
end;
|
||||
|
||||
{ TValueListEditor }
|
||||
|
Loading…
Reference in New Issue
Block a user