1
0
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:
Jens Steube 2020-09-09 09:00:35 +02:00
parent 0b0ce67570
commit 3cd7b1565b

View File

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