#438 Fixed memory release.

This commit is contained in:
XMRig
2018-03-13 20:59:35 +07:00
parent 6d78a7c361
commit 099ce54752
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