mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-01 20:38:14 +00: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]->split);
|
||||||
}
|
}
|
||||||
|
|
||||||
hcfree (hashes->hash_info[hash_pos]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user