Fixes for Intel OpenCL platform.

This commit is contained in:
XMRig
2019-09-19 02:05:42 +07:00
parent b142a71573
commit 2ddd0e2cd8
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();
}
}