mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-14 21:20:28 +01:00
dmuci: Fix memory leak on add/delete objects
This commit is contained in:
parent
a42590ac71
commit
0a04451516
1 changed files with 1 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ int dmuci_change_packages(struct list_head *clist)
|
|||
continue;
|
||||
add_list_package_change(clist, *p);
|
||||
}
|
||||
free(configs);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue