Fix double free
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user