1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-02 10:51:16 +00:00

CID 1402467 (#1 of 1): Resource leak

This commit is contained in:
jsteube 2017-02-14 17:01:13 +01:00
parent b2c9172f65
commit dcdafdbc08

View File

@ -233,6 +233,8 @@ static int setup_devices_filter (hashcat_ctx_t *hashcat_ctx, const char *opencl_
{
event_log_error (hashcat_ctx, "Invalid device_id %d specified", device_id);
hcfree (devices);
return -1;
}