Restconf mem leak

This commit is contained in:
Olof hagsand 2024-10-22 12:44:49 +02:00
parent 315e554637
commit fa93364953
6 changed files with 26 additions and 17 deletions

View file

@ -128,6 +128,8 @@ restconf_not_acceptable(clixon_handle h,
goto done;
retval = 0;
done:
if (xerr)
xml_free(xerr);
return retval;
}