diff options
Diffstat (limited to 'qemu-arm/main.c')
-rw-r--r-- | qemu-arm/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-arm/main.c b/qemu-arm/main.c index 7ba818f582..97591fe944 100644 --- a/qemu-arm/main.c +++ b/qemu-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 |