diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-16 18:03:08 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-09-16 18:03:08 +0100 |
commit | 0c8b0859135ea7bd4f1f08a15ab9a0f5c575d51f (patch) | |
tree | 8bb944a7c6a35c66d8d484a099421ec60d422589 /src/lua | |
parent | 21d8c9a4f21c81476970c3bef2b64fef2ba68e48 (diff) | |
download | rspamd-0c8b0859135ea7bd4f1f08a15ab9a0f5c575d51f.tar.gz rspamd-0c8b0859135ea7bd4f1f08a15ab9a0f5c575d51f.zip |
Fix wrongly placed g_string_free.
Diffstat (limited to 'src/lua')
-rw-r--r-- | src/lua/lua_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_common.c b/src/lua/lua_common.c index bea2f0a58..519c49ded 100644 --- a/src/lua/lua_common.c +++ b/src/lua/lua_common.c @@ -312,7 +312,6 @@ rspamd_init_lua_filters (struct rspamd_config *cfg) msg_err_config ("load of %s failed: %s", module->path, lua_tostring (L, -1)); cur = g_list_next (cur); - g_string_free (tb, TRUE); lua_pop (L, 1); /* Error function */ continue; } |