mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:00:25 +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
|
// important: free provider before control
|
||||||
FreeAndNil(FHTMLProvider);
|
FreeAndNil(FHTMLProvider);
|
||||||
FreeAndNil(FTextControl);
|
FreeAndNil(FTextControl);
|
||||||
|
FreeAndNil(FHTMLControl);
|
||||||
WaitingForIdle:=false;
|
WaitingForIdle:=false;
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user