From a295f32b016861c8dc38bea65148196426add215 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Wed, 11 Nov 2020 00:19:27 +0100 Subject: [PATCH] :art: Coding style (one line if/else [fix]) --- src/parse/func_resolve_tmpl.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.43.0