ide: fix memory leak in TPersistentPropertyEditor.GetProperties

git-svn-id: trunk@14749 -
This commit is contained in:
paul 2008-04-04 08:25:05 +00:00
parent 176ed3823c
commit b154b6f629

View File

@ -4051,6 +4051,7 @@ begin
if LPersistents <> nil then
begin
GetPersistentProperties(LPersistents, tkAny, PropertyHook, Proc, nil);
LPersistents.Free;
end;
end;