swconfig: fix memory leak when cli call swlib_get_attr()
authornichel Chen <nichelnich@gmail.com>
Thu, 8 Jun 2023 00:04:56 +0000 (08:04 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 11 Jun 2023 00:42:31 +0000 (02:42 +0200)
commit2b0b28f479a3aae58f0eae7032481b298ac520f8
tree8f6c388fa644771f95cff6a9f1f2641d4bb6e935
parent79844637df50b0f6547a6206d1aa397b2aae9706
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>
package/network/config/swconfig/src/cli.c