Skip to content

Commit dc7ddbb

Browse files
committed
save
2 parents bc33c60 + 3d37965 commit dc7ddbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.c

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void interactive(int argc, char **argv)
7474
}
7575

7676
continue_repl:
77+
// TODO: these should maybe be reset (e.i. set size to 0), not freed
7778
arraylist_free(&lex_result.tokens);
7879
arraylist_free(&parse_result.stmts);
7980
m_arena_clear(&ast_arena);

0 commit comments

Comments
 (0)