]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.c
Fix that memory leak that I spent hours trying to find months ago and didn't succeed at.
[xonotic/gmqcc.git] / parser.c
index 6d0c0101587c1c83b498f3ae5c863ab41cfa059d..a9fa3f63c6488766eae2227a8adbbaabdb10e81b 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -5814,6 +5814,7 @@ static ast_expression* parse_expression_leave(parser_t *parser, bool stopatcomma
                 }
                 vec_free(sy.out);
                 vec_free(sy.ops);
+                vec_free(sy.argc);
                 var->cvq = cvq;
             }
         }