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:
parent
dcdafdbc08
commit
5a2e7f2a3a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user