소스 검색

* fixed memleak

git-svn-id: trunk@11988 -
Vincent Snijders 17 년 전
부모
커밋
9b23c5f70b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);