From 6b5af5e849f6955f0a48e718e33bad14e51bce93 Mon Sep 17 00:00:00 2001 From: Jukka Ojanen Date: Mon, 12 Jul 2021 14:33:24 +0300 Subject: [PATCH] Fix leaks in dictstat_destroy --- src/dictstat.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dictstat.c b/src/dictstat.c index 97fcdd92d..695c89b72 100644 --- a/src/dictstat.c +++ b/src/dictstat.c @@ -84,8 +84,6 @@ void dictstat_destroy (hashcat_ctx_t *hashcat_ctx) if (dictstat_ctx->enabled == false) return; - if (hashconfig->dictstat_disable == true) return; - hcfree (dictstat_ctx->filename); hcfree (dictstat_ctx->base);