mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-01-28 01:27:16 +01:00
Fix Memory leak
This commit is contained in:
parent
b19742dc89
commit
6f27b50f11
1 changed files with 1 additions and 0 deletions
1
cwmp.c
1
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue