diff options
Diffstat (limited to 'py/builtinevex.c')
-rw-r--r-- | py/builtinevex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/builtinevex.c b/py/builtinevex.c index 6faeb6a071..63c1547fbe 100644 --- a/py/builtinevex.c +++ b/py/builtinevex.c @@ -63,7 +63,6 @@ STATIC mp_obj_t parse_compile_execute(mp_obj_t o_in, mp_parse_input_kind_t parse // compile the string mp_obj_t module_fun = mp_compile(pn, source_name, MP_EMIT_OPT_NONE, false); - mp_parse_node_free(pn); if (module_fun == mp_const_none) { // TODO handle compile error correctly |