Merge pull request #2875 from jtojanen/master
Fix leaks in dictstat_destroy
This commit is contained in:
commit
74fca7bac1
@ -84,8 +84,6 @@ void dictstat_destroy (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
if (dictstat_ctx->enabled == false) return;
|
if (dictstat_ctx->enabled == false) return;
|
||||||
|
|
||||||
if (hashconfig->dictstat_disable == true) return;
|
|
||||||
|
|
||||||
hcfree (dictstat_ctx->filename);
|
hcfree (dictstat_ctx->filename);
|
||||||
hcfree (dictstat_ctx->base);
|
hcfree (dictstat_ctx->base);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user