From: fennecdjay Date: Tue, 10 Nov 2020 23:19:27 +0000 (+0100) Subject: :art: Coding style (one line if/else [fix]) X-Git-Tag: nightly~1178 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a295f32b016861c8dc38bea65148196426add215;p=gwion.git :art: Coding style (one line if/else [fix]) --- diff --git a/src/parse/func_resolve_tmpl.c b/src/parse/func_resolve_tmpl.c index e11b6d54..88a0081a 100644 --- a/src/parse/func_resolve_tmpl.c +++ b/src/parse/func_resolve_tmpl.c @@ -140,7 +140,6 @@ ANN static Func _find_template_match(const Env env, const Value v, const Exp_Cal m_func = fptr_match(env, &ra); else m_func = func_match(env, &ra); - } free_mstr(env->gwion->mp, tmpl_name); if(es.run) envset_pop(&es, v->from->owner_class);