#438 Fixed memory release.

This commit is contained in:
XMRig 2018-03-13 20:59:35 +07:00
parent a01b4d0566
commit 41abe17286
4 changed files with 16 additions and 16 deletions

View file

@ -62,6 +62,7 @@ private:
static int m_flags;
static int m_threads;
static size_t m_offset;
static size_t m_size;
VAR_ALIGN(16, static uint8_t *m_memory);
# ifndef XMRIG_NO_AEON