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