1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-11 08:10:59 +00:00

Fix leaks in dictstat_destroy

This commit is contained in:
Jukka Ojanen 2021-07-12 14:33:24 +03:00
parent 2fd0a81f93
commit 6b5af5e849

View File

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