Ver código fonte

* Fix memory leak, patch from Andrey Sobol

git-svn-id: trunk@48025 -
michael 4 anos atrás
pai
commit
d42c334de9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      utils/fpdoc/dwriter.pp

+ 1 - 0
utils/fpdoc/dwriter.pp

@@ -714,6 +714,7 @@ begin
         Engine.AddLink(FPathName,UTF8Encode(ResolveLinkIDInUnit(FLink,FModuleName)));
   finally
     L.Free;
+    ML.Free;
   end;
 end;