fixed CHANGELOG, restconf memleak, with-defaults test

This commit is contained in:
Olof hagsand 2019-08-09 17:35:45 +02:00
parent e244f5c8f8
commit 48022e57b9
4 changed files with 144 additions and 4 deletions

View file

@ -689,7 +689,7 @@ api_data_write(clicon_handle h,
done:
clicon_debug(1, "%s retval:%d", __FUNCTION__, retval);
if (cbpath)
cbuf_reset(cbpath);
cbuf_free(cbpath);
if (xret)
xml_free(xret);
if (xerr)