]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.c
remove irrelevant comment
[xonotic/gmqcc.git] / lexer.c
diff --git a/lexer.c b/lexer.c
old mode 100644 (file)
new mode 100755 (executable)
index 6f9def8..db0a8f4
--- a/lexer.c
+++ b/lexer.c
@@ -483,6 +483,9 @@ static bool lex_try_pragma(lex_file *lex)
     lex->line = line;
     while (ch != '\n' && ch != EOF)
         ch = lex_getch(lex);
+    vec_free(command);
+    vec_free(param);
+    vec_free(pragma);
     return true;
 
 unroll:
@@ -1232,7 +1235,7 @@ int lex_do(lex_file *lex)
             /*
             case '+':
             case '-':
-            */ 
+            */
             case '*':
             case '/':
             case '<':