From: fennecdjay Date: Tue, 9 Aug 2022 12:14:32 +0000 (+0200) Subject: :art: cleaning X-Git-Tag: nightly~264^2~44 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=63bf7fdc6bee949dd68cfce747b66dee807854fc;p=gwion.git :art: cleaning --- diff --git a/src/lib/closure.c b/src/lib/closure.c index 3ed812ac..e26a7366 100644 --- a/src/lib/closure.c +++ b/src/lib/closure.c @@ -335,7 +335,6 @@ ANN static m_bool _check_lambda(const Env env, Exp_Lambda *l, .values = env->curr->info->value }; if(env->class_def) env->class_def->info->values = env->curr->info->value; - env->curr->info->value = new_scope(env->gwion->mp); l->def->base->values = &upvalues; const m_uint scope = env->scope->depth; env->scope->depth = 0;