#438 Fixed memory release.
This commit is contained in:
parent
a01b4d0566
commit
41abe17286
4 changed files with 16 additions and 16 deletions
|
@ -37,6 +37,7 @@ int Mem::m_algo = 0;
|
|||
int Mem::m_flags = 0;
|
||||
int Mem::m_threads = 0;
|
||||
size_t Mem::m_offset = 0;
|
||||
size_t Mem::m_size = 0;
|
||||
uint8_t *Mem::m_memory = nullptr;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue