From 6f27b50f112cd2bc8cb26e591bcab7403a129d51 Mon Sep 17 00:00:00 2001 From: Omar Kallel Date: Fri, 27 Aug 2021 15:50:30 +0100 Subject: [PATCH] Fix Memory leak --- cwmp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cwmp.c b/cwmp.c index 9deec37..1c35240 100644 --- a/cwmp.c +++ b/cwmp.c @@ -572,6 +572,7 @@ static void cwmp_free(struct cwmp *cwmp) bkp_tree_clean(); cwmp_ubus_exit(); clean_custom_inform_parameters(); + icwmp_cleanmem(); } static void *thread_cwmp_signal_handler_thread(void *arg)