diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-02 12:39:29 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-01-02 12:39:29 +0000 |
commit | 16c8c89c354a62aae901c63a43688a164b4d9ea0 (patch) | |
tree | e07b78498be018a187da4e0994d9f3797c983be3 | |
parent | bcf0a969366924506094c8aeb2651d7886483cf4 (diff) | |
download | rspamd-16c8c89c354a62aae901c63a43688a164b4d9ea0.tar.gz rspamd-16c8c89c354a62aae901c63a43688a164b4d9ea0.zip |
[Fix] Fix name of var
MFH: true
-rw-r--r-- | contrib/libucl/lua_ucl.c | 2 |
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 */ |