Hashcat Context: Fixed a memory leak in shutdown phase

This commit is contained in:
jsteube
2018-01-31 16:42:04 +01:00
parent e2654efaa7
commit dd97799e4c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -879,6 +879,7 @@ void hashcat_destroy (hashcat_ctx_t *hashcat_ctx)
hcfree (hashcat_ctx->dictstat_ctx);
hcfree (hashcat_ctx->event_ctx);
hcfree (hashcat_ctx->folder_config);
hcfree (hashcat_ctx->hashcat_user);
hcfree (hashcat_ctx->hashconfig);
hcfree (hashcat_ctx->hashes);
hcfree (hashcat_ctx->hwmon_ctx);