mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 07:08:19 +00:00
Add missing free in -m 23800
This commit is contained in:
parent
0b0ce67570
commit
3cd7b1565b
@ -265,6 +265,7 @@ bool module_hook_extra_param_term (MAYBE_UNUSED const hashconfig_t *hashconfig,
|
||||
hcfree (rar3_hook_extra->vm [backend_devices_idx]);
|
||||
}
|
||||
|
||||
hcfree (rar3_hook_extra->ppm);
|
||||
hcfree (rar3_hook_extra->win);
|
||||
hcfree (rar3_hook_extra->inp);
|
||||
hcfree (rar3_hook_extra->vm);
|
||||
|
Loading…
Reference in New Issue
Block a user