externhelp: fixed free

git-svn-id: trunk@24497 -
This commit is contained in:
mattias 2010-04-08 11:01:29 +00:00
parent 70bba5faca
commit a65e10a213

View File

@ -265,7 +265,7 @@ end;
destructor TExternHelpOptions.Destroy;
begin
FreeAndNil(RootItem);
FreeAndNil(FHelpDB);
// FHelpDB is freed by the IDE
inherited Destroy;
end;