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:
bart 2013-02-06 15:29:04 +00:00
parent 4ea24df450
commit eab5aa8fb5

View File

@ -490,6 +490,7 @@ begin
begin
if Assigned(FItemProps[i]) then FItemProps[i].Free;
end;
SetLength(FItemProps, 0);
end;
{ TValueListEditor }