ide: fix memory leak

git-svn-id: trunk@29477 -
This commit is contained in:
paul 2011-02-12 05:24:38 +00:00
parent 668b35da7e
commit a7963f34f2

View File

@ -9291,6 +9291,7 @@ begin
inc(UnitLineCountWithIncludes,SubCode.LineCount);
Node:=TreeOfSourceCodes.FindSuccessor(Node);
end;
TreeOfSourceCodes.Free;
end;
end;
end;