lua: fix memory leak in set method
[project/uci.git] / tests / cram / lua / test_cases / set_with_empty_table_doesnt_leak.lua
1 local c = uci.cursor(os.getenv("CONFIG_DIR"))
2 print(pcall(c.set, c, "network", "lan", "dns", {}))