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:
parent
c859cff25c
commit
c16145dffd
@ -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…
Reference in New Issue
Block a user