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)