1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 20:42:07 +00:00

Merge pull request #1074 from philsmd/master

outfile check: also out_info variable needs to be freed
This commit is contained in:
Jens Steube 2017-02-14 16:41:58 +01:00 committed by GitHub
commit 259f8f6bb2

View File

@ -80,6 +80,7 @@ static int outfile_remove (hashcat_ctx_t *hashcat_ctx)
event_log_error (hashcat_ctx, "%s: %s", root_directory, strerror (errno));
hcfree (out_files);
hcfree (out_info);
return -1;
}