From c16145dffd529ff0ec92a937a95811628c77b5ec Mon Sep 17 00:00:00 2001 From: philsmd Date: Tue, 14 Feb 2017 16:27:39 +0100 Subject: [PATCH] outfile check: also out_info variable needs to be freed --- src/outfile_check.c | 1 + 1 file changed, 1 insertion(+) 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; }