diff --git a/src/outfile_check.c b/src/outfile_check.c index d564238da..79c4e1522 100644 --- a/src/outfile_check.c +++ b/src/outfile_check.c @@ -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; }