Browse Source

* fixed memleak

git-svn-id: trunk@11988 -
Vincent Snijders 17 years ago
parent
commit
9b23c5f70b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/chm/src/chmreader.pas

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

@@ -1139,6 +1139,7 @@ end;
 destructor TChmFileList.Destroy;
 destructor TChmFileList.Destroy;
 begin
 begin
   fUnNotifiedFiles.Free;
   fUnNotifiedFiles.Free;
+  inherited Destroy;
 end;
 end;
 
 
 procedure TChmFileList.SetOnOpenNewFile(AValue: TChmFileOpenEvent);
 procedure TChmFileList.SetOnOpenNewFile(AValue: TChmFileOpenEvent);