openwrt/package/network/config/swconfig/src
nichel Chen 2b0b28f479
swconfig: fix memory leak when cli call swlib_get_attr()
The cli is a one-time run, and memory leaks would have been irrelevant. But people call libsw with cli programs as samples.
Doing a good job of memory management calls means that people who call libsw are not so easy to make mistakes.

Signed-off-by: nichel Chen <nichelnich@gmail.com>
2023-06-11 02:42:31 +02:00
..
cli.c swconfig: fix memory leak when cli call swlib_get_attr() 2023-06-11 02:42:31 +02:00
Makefile swconfig: replace the shared library with a static one 2016-12-14 12:13:13 +01:00
swlib.c swconfig: Add missing include 2018-12-16 00:57:19 +01:00
swlib.h swconfig: revert the portmapping patches, they seem to cause a segfault 2016-08-16 10:20:01 +02:00
uci.c swconfig: parse "switch_vlan" before "switch_port" 2022-06-15 10:44:32 +02:00