From 16c8c89c354a62aae901c63a43688a164b4d9ea0 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 2 Jan 2017 12:39:29 +0000 Subject: [PATCH] [Fix] Fix name of var MFH: true --- contrib/libucl/lua_ucl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/libucl/lua_ucl.c b/contrib/libucl/lua_ucl.c index c4bf1cbe9..5535ad427 100644 --- a/contrib/libucl/lua_ucl.c +++ b/contrib/libucl/lua_ucl.c @@ -188,7 +188,7 @@ ucl_object_lua_push_array (lua_State *L, const ucl_object_t *obj) i ++; } - ucl_object_iterate_free (obj); + ucl_object_iterate_free (it); } else { /* Optimize allocation by preallocation of table */ -- 2.39.5