Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uci: fix potential memory leaks in
configs()
In case `uci.cursor.configs()` is invoked with a completely empty configuration directory, the empty configuration list is not free before returning the `UCI_ERR_NOTFOUND` status. Signed-off-by: Jo-Philipp Wich <[email protected]>
- Loading branch information