Parcourir la source

* fixed memleak

git-svn-id: trunk@11988 -
Vincent Snijders il y a 17 ans
Parent
commit
9b23c5f70b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packages/chm/src/chmreader.pas

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

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