mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 16:33:09 +02:00
IDE: fpdoc hint: free html control fixing mem leak, patch #28616 from Ondrej Pokorny
git-svn-id: trunk@49749 -
This commit is contained in:
parent
5dadb9fdad
commit
5bd55e8070
@ -214,6 +214,7 @@ begin
|
||||
// important: free provider before control
|
||||
FreeAndNil(FHTMLProvider);
|
||||
FreeAndNil(FTextControl);
|
||||
FreeAndNil(FHTMLControl);
|
||||
WaitingForIdle:=false;
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user