1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-16 04:49:24 +00:00

CID 1402490 (#1 of 1): Resource leak

This commit is contained in:
jsteube 2017-02-14 17:02:08 +01:00
parent dcdafdbc08
commit 5a2e7f2a3a

View File

@ -274,6 +274,8 @@ static int setup_device_types_filter (hashcat_ctx_t *hashcat_ctx, const char *op
{
event_log_error (hashcat_ctx, "Invalid device_type %d specified", device_type);
hcfree (device_types);
return -1;
}