IDE: fpdoc hint: free html control fixing mem leak, patch #28616 from Ondrej Pokorny

git-svn-id: trunk@49749 -
This commit is contained in:
mattias 2015-09-03 12:08:18 +00:00
parent 5dadb9fdad
commit 5bd55e8070

View File

@ -214,6 +214,7 @@ begin
// important: free provider before control
FreeAndNil(FHTMLProvider);
FreeAndNil(FTextControl);
FreeAndNil(FHTMLControl);
WaitingForIdle:=false;
inherited Destroy;
end;