Added clRetainMemObject support.

This commit is contained in:
XMRig 2019-09-30 07:30:14 +07:00
parent 77eecdd2c2
commit 3560b6a3c2
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);
}