Fixes after coverity static analysis

This commit is contained in:
Olof hagsand 2024-03-03 17:05:36 +01:00
parent d94b4f5b7c
commit a1badc312e
24 changed files with 148 additions and 70 deletions

View file

@ -513,7 +513,7 @@ netconf_notification_cb(int s,
if (xerr != NULL)
xml_free(xerr);
if (cbmsg)
free(cbmsg);
cbuf_free(cbmsg);
return retval;
}