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

@ -356,6 +356,8 @@ mtpoint_paths(yang_stmt *yspec0,
free(api_path_fmt0);
if (nsc0)
cvec_free(nsc0);
if (xtop0)
xml_free(xtop0);
return retval;
}