mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 23:18:01 +02:00
IDE: don't free FpDoc hint window explicitly. It is interfaced.
git-svn-id: trunk@45748 -
This commit is contained in:
parent
18d707aa4f
commit
73f0985ce9
@ -214,7 +214,6 @@ destructor TFPDocHintProvider.Destroy;
|
||||
begin
|
||||
// important: free provider before control
|
||||
FreeAndNil(FHTMLProvider);
|
||||
FreeAndNil(FHTMLControl);
|
||||
FreeAndNil(FTextControl);
|
||||
WaitingForIdle:=false;
|
||||
inherited Destroy;
|
||||
|
Loading…
Reference in New Issue
Block a user