From 3cd7b1565b56543599a5788755d3ba6d1cbe3131 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 9 Sep 2020 09:00:35 +0200 Subject: [PATCH] Add missing free in -m 23800 --- src/modules/module_23800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/module_23800.c b/src/modules/module_23800.c index 9180b735a..65cc75c8e 100644 --- a/src/modules/module_23800.c +++ b/src/modules/module_23800.c @@ -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);