]> source.dussan.org Git - rspamd.git/commit
[Minor] Change deinit order
authorMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 14:14:05 +0000 (15:14 +0100)
committerMikhail Galanin <mgalanin@mimecast.com>
Mon, 10 Sep 2018 14:14:05 +0000 (15:14 +0100)
commitbe2a17a180e84fac41c7f4c79bdafbacbd6e067c
tree0637c894a3c8d32744ade4fdace39e0524747093
parent1fc19462b17aa958552f5aba0d3fbe9083b4bc19
[Minor] Change deinit order

some destructors in Lua could require Redis pool, that is why the pool should be shud down after lua_state.
While redis pool is created in the mempool.
src/libserver/cfg_utils.c