mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-23 04:52:03 +00:00
Merge pull request #1074 from philsmd/master
outfile check: also out_info variable needs to be freed
This commit is contained in:
commit
259f8f6bb2
@ -80,6 +80,7 @@ static int outfile_remove (hashcat_ctx_t *hashcat_ctx)
|
|||||||
event_log_error (hashcat_ctx, "%s: %s", root_directory, strerror (errno));
|
event_log_error (hashcat_ctx, "%s: %s", root_directory, strerror (errno));
|
||||||
|
|
||||||
hcfree (out_files);
|
hcfree (out_files);
|
||||||
|
hcfree (out_info);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user