Browse Source

* fixed memleak

git-svn-id: trunk@11988 -
Vincent Snijders 17 năm trước cách đây
mục cha
commit
9b23c5f70b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);