outfile check: also out_info variable needs to be freed

pull/1074/head
philsmd 7 years ago
parent c859cff25c
commit c16145dffd
No known key found for this signature in database
GPG Key ID: 4F25D016D9D6A8AF

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

Loading…
Cancel
Save