Browse Source

* memleak fix for mantis #29187

git-svn-id: trunk@32668 -
marco 9 years ago
parent
commit
79f4d0ed44
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/chm/src/chmreader.pas

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

@@ -1198,6 +1198,7 @@ begin
       {$endif}
       inc(head,4); // zero based index (13 higher than last
     end;
+  ItemStack.Free;
 end;
 
 var TryTextual : boolean;