1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 04:22:13 +00:00

CID 1402488 (#1 of 1): Resource leak

This commit is contained in:
jsteube 2017-02-14 17:18:57 +01:00
parent 7f3d107129
commit 906bcf52f9

View File

@ -318,6 +318,8 @@ static int read_kernel_binary (hashcat_ctx_t *hashcat_ctx, const char *kernel_fi
{
event_log_error (hashcat_ctx, "%s: %s", kernel_file, strerror (errno));
hcfree (buf);
return -1;
}