1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-05 06:58:56 +00:00

Merge pull request #2875 from jtojanen/master

Fix leaks in dictstat_destroy
This commit is contained in:
Jens Steube 2021-07-13 13:28:37 +02:00 committed by GitHub
commit 74fca7bac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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