1
mirror of https://github.com/hashcat/hashcat synced 2024-11-24 14:27:14 +01:00

Fix double free

This commit is contained in:
jsteube 2018-01-31 20:24:57 +01:00
parent dd97799e4c
commit 019ed0de6e

View File

@ -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]);
}
}