From a7963f34f24a356f6aed26ae43f66d392a17adb4 Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 12 Feb 2011 05:24:38 +0000 Subject: [PATCH] ide: fix memory leak git-svn-id: trunk@29477 - --- ide/main.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/main.pp b/ide/main.pp index 27421a93e7..e2a82400ea 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -9291,6 +9291,7 @@ begin inc(UnitLineCountWithIncludes,SubCode.LineCount); Node:=TreeOfSourceCodes.FindSuccessor(Node); end; + TreeOfSourceCodes.Free; end; end; end;