Fix Memory leak

This commit is contained in:
Omar Kallel 2021-08-27 15:50:30 +01:00
parent b19742dc89
commit 6f27b50f11

1
cwmp.c
View file

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