1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

outfile check: also out_info variable needs to be freed

This commit is contained in:
philsmd 2017-02-14 16:27:39 +01:00
parent c859cff25c
commit c16145dffd
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

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;
}