prevent crash on exit

pull/960/head
Jeff Becker 5 years ago committed by Stephen Shelton
parent d77840d78d
commit 581306e35f

@ -33,7 +33,8 @@ namespace llarp
Context::~Context()
{
m_scheduler->stop();
if(m_scheduler)
m_scheduler->stop();
}
bool

Loading…
Cancel
Save