Explorar el Código

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

git-svn-id: trunk@37716 -
marco hace 7 años
padre
commit
073867302b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/chm/src/chmfiftimain.pas

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

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