Browse Source

* patch from Sergey B, cleaned up by WP. Call inherited TCHMSearchWriter.

git-svn-id: trunk@37716 -
marco 7 years ago
parent
commit
073867302b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/chm/src/chmfiftimain.pas

+ 1 - 0
packages/chm/src/chmfiftimain.pas

@@ -392,6 +392,7 @@ destructor TChmSearchWriter.Destroy;
 
 
 begin
 begin
  freeandnil(FActiveLeafNode);
  freeandnil(FActiveLeafNode);
+ inherited;
 end;
 end;