aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/libucl/lua_ucl.c2
1 files changed, 1 insertions, 1 deletions
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 */