1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-04-18 13:22:43 -04:00

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();
}
}