mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
Merge branch 'dev' into evo
This commit is contained in:
commit
9da0cb2ad1
1 changed files with 5 additions and 1 deletions
|
@ -150,7 +150,11 @@ void xmrig::App::onSignal(int signum)
|
|||
void xmrig::App::close()
|
||||
{
|
||||
m_signals->stop();
|
||||
|
||||
if (m_console) {
|
||||
m_console->stop();
|
||||
}
|
||||
|
||||
m_controller->stop();
|
||||
|
||||
Log::destroy();
|
||||
|
|
Loading…
Reference in a new issue