From 17dd4bc57217d9046f14166b411766b98e52151d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 24 Feb 2020 20:39:32 +0100 Subject: [PATCH] revert #520 --- client/cmdhfmfhard.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/cmdhfmfhard.c b/client/cmdhfmfhard.c index 32afd8cf2..90f686b80 100644 --- a/client/cmdhfmfhard.c +++ b/client/cmdhfmfhard.c @@ -1845,7 +1845,6 @@ static bool TestIfKeyExists(uint64_t key) { num_keys_tested += count; hardnested_print_progress(num_acquired_nonces, "(Test: Key found)", 0.0, 0); crypto1_destroy(pcs); - pthread_mutex_destroy(&statelist_cache_mutex); return true; } } @@ -1853,7 +1852,6 @@ static bool TestIfKeyExists(uint64_t key) { num_keys_tested += count; hardnested_print_progress(num_acquired_nonces, "(Test: Key NOT found)", 0.0, 0); crypto1_destroy(pcs); - pthread_mutex_destroy(&statelist_cache_mutex); return false; }