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