mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
externhelp: fixed free
git-svn-id: trunk@24497 -
This commit is contained in:
parent
70bba5faca
commit
a65e10a213
@ -265,7 +265,7 @@ end;
|
|||||||
destructor TExternHelpOptions.Destroy;
|
destructor TExternHelpOptions.Destroy;
|
||||||
begin
|
begin
|
||||||
FreeAndNil(RootItem);
|
FreeAndNil(RootItem);
|
||||||
FreeAndNil(FHelpDB);
|
// FHelpDB is freed by the IDE
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user