mirror of
https://github.com/matrix-construct/construct
synced 2024-12-03 04:02:47 +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
|
void
|
||||||
ircd::m::fetch::fini()
|
ircd::m::fetch::fini()
|
||||||
{
|
{
|
||||||
|
clear();
|
||||||
request_context.terminate();
|
request_context.terminate();
|
||||||
eval_context.terminate();
|
eval_context.terminate();
|
||||||
request_context.join();
|
request_context.join();
|
||||||
|
|
Loading…
Reference in a new issue