codetools: delete temp file

git-svn-id: trunk@26824 -
This commit is contained in:
mattias 2010-07-24 23:19:21 +00:00
parent 93b8c80fa1
commit 688eb04f0d

View File

@ -1480,6 +1480,7 @@ begin
UnitPaths,Defines,Undefines); UnitPaths,Defines,Undefines);
finally finally
List.Free; List.Free;
DeleteFileUTF8(TestFilename);
end; end;
end; end;