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);