Martijn Laan 5 years ago
parent
commit
8d770612d5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Projects/Compile.pas

+ 1 - 2
Projects/Compile.pas

@@ -1183,9 +1183,8 @@ begin
   end;
 
   try
-    IncludeStack := nil;
+    IncludeStack := TStringList.Create;
     try
-      IncludeStack := TStringList.Create;
       ProcessLines(Params.Filename, 0);
     finally
       IncludeStack.Free;