mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Fix some ordering in hashcat_destroy()
This commit is contained in:
parent
c59b4bffd5
commit
8fbecc00cc
@ -1098,8 +1098,8 @@ int hashcat_init (hashcat_ctx_t *hashcat_ctx, void (*event) (const u32, struct h
|
|||||||
|
|
||||||
void hashcat_destroy (hashcat_ctx_t *hashcat_ctx)
|
void hashcat_destroy (hashcat_ctx_t *hashcat_ctx)
|
||||||
{
|
{
|
||||||
hcfree (hashcat_ctx->brain_ctx);
|
|
||||||
hcfree (hashcat_ctx->bitmap_ctx);
|
hcfree (hashcat_ctx->bitmap_ctx);
|
||||||
|
hcfree (hashcat_ctx->brain_ctx);
|
||||||
hcfree (hashcat_ctx->combinator_ctx);
|
hcfree (hashcat_ctx->combinator_ctx);
|
||||||
hcfree (hashcat_ctx->cpt_ctx);
|
hcfree (hashcat_ctx->cpt_ctx);
|
||||||
hcfree (hashcat_ctx->debugfile_ctx);
|
hcfree (hashcat_ctx->debugfile_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user