This commit is contained in:
Olof Hagsand 2019-09-29 17:42:56 +00:00
parent d9136c8972
commit 3efd5703d6

View file

@ -330,6 +330,8 @@ check_identityref(cxobj *x0,
ok:
retval = 0;
done:
if (prefix)
free(prefix);
return retval;
}