Added clRetainMemObject support.

This commit is contained in:
XMRig
2019-09-30 07:30:14 +07:00
parent dcb233ce91
commit 00851b9fb8
4 changed files with 19 additions and 1 deletions

View File

@@ -76,6 +76,7 @@ xmrig::OclRxBaseRunner::~OclRxBaseRunner()
OclLib::release(m_hashes);
OclLib::release(m_rounding);
OclLib::release(m_scratchpads);
OclLib::release(m_dataset);
}