diff --git a/src/hashes.c b/src/hashes.c index db8e03349..86af3de1e 100644 --- a/src/hashes.c +++ b/src/hashes.c @@ -1750,8 +1750,6 @@ void hashes_destroy (hashcat_ctx_t *hashcat_ctx) { hcfree (hashes->hash_info[hash_pos]->split); } - - hcfree (hashes->hash_info[hash_pos]); } }