mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 06:09:40 +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;
|
||||
begin
|
||||
FreeAndNil(RootItem);
|
||||
FreeAndNil(FHelpDB);
|
||||
// FHelpDB is freed by the IDE
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user