0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::ctx: Harder default interruption on context dtor.

This commit is contained in:
Jason Volk 2018-10-23 10:16:15 -07:00
parent 242516c853
commit e6dd4beaaa

View file

@ -956,7 +956,7 @@ noexcept
if(current)
{
const uninterruptible::nothrow ui;
interrupt();
terminate();
join();
return;
}