Merge xmrig v6.15.3 into master

This commit is contained in:
MoneroOcean 2021-11-01 16:46:52 +00:00
commit 449982aad2
37 changed files with 3117 additions and 2744 deletions

View file

@ -460,6 +460,7 @@ extern "C" {
}
void randomx_release_cache(randomx_cache* cache) {
delete cache->jit;
delete cache;
}