Hash Parser: Fixed a memory leak in shutdown phase

This commit is contained in:
jsteube
2018-01-31 16:40:48 +01:00
parent 9136d23f2a
commit e2654efaa7
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1750,6 +1750,8 @@ void hashes_destroy (hashcat_ctx_t *hashcat_ctx)
{
hcfree (hashes->hash_info[hash_pos]->split);
}
hcfree (hashes->hash_info[hash_pos]);
}
}