0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

modules/m_fetch: Call the fetch::clear() (all) on module fini.

This commit is contained in:
Jason Volk 2019-07-22 14:23:06 -07:00
parent d4510acf9c
commit 6513fdf19f

View file

@ -89,6 +89,7 @@ ircd::m::fetch::init()
void
ircd::m::fetch::fini()
{
clear();
request_context.terminate();
eval_context.terminate();
request_context.join();