Explorar el Código

* fpdoc: fixed memleak

git-svn-id: trunk@11801 -
Vincent Snijders hace 17 años
padre
commit
f28a204dbb
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;