prevent crash on exit

pull/959/head
Jeff Becker 5 years ago
parent 277a238fbf
commit a0af785374
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

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

Loading…
Cancel
Save