Docs update, externalized cvec_concat_cb, example mem-leak

This commit is contained in:
Olof hagsand 2023-08-15 20:20:44 +02:00
parent e4a7fe0b49
commit fc73493881
7 changed files with 11 additions and 6 deletions

View file

@ -1369,6 +1369,8 @@ example_daemon(clicon_handle h)
}
retval = 0;
done:
if (xerr)
xml_free(xerr);
if (fp)
fclose(fp);
return retval;