IDE: don't free FpDoc hint window explicitly. It is interfaced.

git-svn-id: trunk@45748 -
This commit is contained in:
juha 2014-07-02 13:57:44 +00:00
parent 18d707aa4f
commit 73f0985ce9

View File

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