mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 03:36:00 +02:00
ide: fix memory leak
git-svn-id: trunk@29477 -
This commit is contained in:
parent
668b35da7e
commit
a7963f34f2
@ -9291,6 +9291,7 @@ begin
|
||||
inc(UnitLineCountWithIncludes,SubCode.LineCount);
|
||||
Node:=TreeOfSourceCodes.FindSuccessor(Node);
|
||||
end;
|
||||
TreeOfSourceCodes.Free;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user