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:
parent
d4510acf9c
commit
6513fdf19f
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ ircd::m::fetch::init()
|
|||
void
|
||||
ircd::m::fetch::fini()
|
||||
{
|
||||
clear();
|
||||
request_context.terminate();
|
||||
eval_context.terminate();
|
||||
request_context.join();
|
||||
|
|
Loading…
Reference in a new issue