hdb: Fix leak in virtual namespaced principals support

This commit is contained in:
Nicolas Williams
2023-01-03 20:46:47 -06:00
parent 1a75e174ac
commit d26a60310e

View File

@@ -1586,6 +1586,7 @@ fix_princ_name(krb5_context context,
s, s,
NULL); NULL);
} }
free(s);
return ret; return ret;
} }