We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc33c60 + 3d37965 commit dc7ddbbCopy full SHA for dc7ddbb
src/main.c
@@ -74,6 +74,7 @@ void interactive(int argc, char **argv)
74
}
75
76
continue_repl:
77
+ // TODO: these should maybe be reset (e.i. set size to 0), not freed
78
arraylist_free(&lex_result.tokens);
79
arraylist_free(&parse_result.stmts);
80
m_arena_clear(&ast_arena);
0 commit comments