mirror of
https://github.com/hashcat/hashcat
synced 2024-11-24 14:27:14 +01:00
Fix double free
This commit is contained in:
parent
dd97799e4c
commit
019ed0de6e
@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user