mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-18 20:02:44 -05:00
Fix various memory leaks
This commit is contained in:
@@ -410,6 +410,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
void randomx_release_cache(randomx_cache* cache) {
|
||||
delete cache->jit;
|
||||
delete cache;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user