1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 22:12:53 -05:00

Merge xmrig v6.15.3 into master

This commit is contained in:
MoneroOcean
2021-11-01 16:46:52 +00:00
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;
}