Fixes for Intel OpenCL platform.

This commit is contained in:
XMRig 2019-09-19 02:05:42 +07:00
parent 133cd30b2e
commit e8ee091e5a
4 changed files with 10 additions and 5 deletions

View file

@ -75,7 +75,6 @@ xmrig::OclCnRunner::~OclCnRunner()
}
if (m_algorithm == Algorithm::CN_R) {
OclLib::release(m_cnr);
OclCnR::clear();
}
}