mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:38:05 +02:00
designer: fixed a memory leak made early today
git-svn-id: trunk@28341 -
This commit is contained in:
parent
21ac80d159
commit
308101f480
@ -3718,6 +3718,7 @@ procedure TDesigner.HintTimer(Sender: TObject);
|
||||
S := AComponentEditor.GetCustomHint;
|
||||
if S <> '' then
|
||||
Result := Result + LineEnding + S;
|
||||
AComponentEditor.Free;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user