cn/r part 2 of 2.

This commit is contained in:
XMRig
2019-09-04 11:23:04 +07:00
parent a121d7ff0e
commit d948d8d06b
16 changed files with 287 additions and 139 deletions

View File

@@ -37,7 +37,7 @@ xmrig::OclContext::OclContext(const OclDevice &device)
xmrig::OclContext::~OclContext()
{
if (m_ctx) {
OclLib::releaseContext(m_ctx);
OclLib::release(m_ctx);
}
}