This commit is contained in:
Olof hagsand 2018-07-20 23:16:26 +02:00
parent b894c30bfb
commit deb89600ed
23 changed files with 50 additions and 31 deletions

View file

@ -333,6 +333,8 @@ validate_identityref(cxobj *xt,
}
retval = 0;
done:
if (cb)
cbuf_free(cb);
return retval;
}