cn/r part 2 of 2.
This commit is contained in:
parent
b9e15389ca
commit
57f82f7504
16 changed files with 287 additions and 139 deletions
|
@ -37,7 +37,7 @@ xmrig::OclContext::OclContext(const OclDevice &device)
|
|||
xmrig::OclContext::~OclContext()
|
||||
{
|
||||
if (m_ctx) {
|
||||
OclLib::releaseContext(m_ctx);
|
||||
OclLib::release(m_ctx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue