mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 00:37:46 +00:00
Added missing Cpu::release call.
This commit is contained in:
parent
d6582de09b
commit
558c524e2a
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ xmrig::App::App(Process *process)
|
|||
|
||||
xmrig::App::~App()
|
||||
{
|
||||
Cpu::release();
|
||||
|
||||
delete m_signals;
|
||||
delete m_console;
|
||||
delete m_controller;
|
||||
|
|
Loading…
Reference in a new issue