mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-26 14:02:53 -05:00
replace new/delete with sp
This commit is contained in:
@@ -69,7 +69,7 @@ private:
|
||||
bool m_jit = true;
|
||||
Buffer m_seed;
|
||||
randomx_cache *m_cache = nullptr;
|
||||
VirtualMemory *m_memory = nullptr;
|
||||
std::shared_ptr<VirtualMemory> m_memory;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user