summaryrefslogtreecommitdiffstatshomepage
path: root/bare-arm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bare-arm/main.c')
-rw-r--r--bare-arm/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bare-arm/main.c b/bare-arm/main.c
index 286e41cd4d..983810c892 100644
--- a/bare-arm/main.c
+++ b/bare-arm/main.c
@@ -35,7 +35,6 @@ void do_str(const char *src) {
qstr source_name = mp_lexer_source_name(lex);
mp_lexer_free(lex);
mp_obj_t module_fun = mp_compile(pn, source_name, MP_EMIT_OPT_NONE, true);
- mp_parse_node_free(pn);
if (module_fun == mp_const_none) {
// compile error