소스 검색

* fpdoc: fixed memleak

git-svn-id: trunk@11801 -
Vincent Snijders 17 년 전
부모
커밋
f28a204dbb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      utils/fpdoc/dw_html.pp

+ 1 - 0
utils/fpdoc/dw_html.pp

@@ -638,6 +638,7 @@ destructor THTMLWriter.Destroy;
 begin
   PageInfos.Free;
   OutputNodeStack.Free;
+  FAllocator.Free;
   inherited Destroy;
 end;