designer: fixed a memory leak made early today

git-svn-id: trunk@28341 -
This commit is contained in:
paul 2010-11-19 10:02:28 +00:00
parent 21ac80d159
commit 308101f480

View File

@ -3718,6 +3718,7 @@ procedure TDesigner.HintTimer(Sender: TObject);
S := AComponentEditor.GetCustomHint;
if S <> '' then
Result := Result + LineEnding + S;
AComponentEditor.Free;
end;
end;