diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-14 11:04:54 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-14 11:04:54 +0100 |
commit | bc7d894ac5d656773a4e4bdbf0c6c01c80a72420 (patch) | |
tree | c78ba2fd7ff4576b3d84414944ca907d9270d1f1 /src/lua | |
parent | be68b46a9437a7e4e79f609fa0c87730e337389c (diff) | |
download | rspamd-bc7d894ac5d656773a4e4bdbf0c6c01c80a72420.tar.gz rspamd-bc7d894ac5d656773a4e4bdbf0c6c01c80a72420.zip |
[Minor] More places where utext_close is required
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_util.c b/src/lua/lua_util.c index d6095ab52..925cb07ca 100644 --- a/src/lua/lua_util.c +++ b/src/lua/lua_util.c @@ -1163,6 +1163,7 @@ lua_util_tokenize_text (lua_State *L) } g_list_free (exceptions); + utext_close (&utxt); return 1; } |