summaryrefslogtreecommitdiffstats
path: root/src/lib/krb425/mk_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb425/mk_req.c')
-rw-r--r--src/lib/krb425/mk_req.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/krb425/mk_req.c b/src/lib/krb425/mk_req.c
index 9d1c91b402..85291eabb1 100644
--- a/src/lib/krb425/mk_req.c
+++ b/src/lib/krb425/mk_req.c
@@ -81,12 +81,12 @@ u_long checksum;
EPRINT "Return to long (%d > %d)\n",
outbuf.length, MAX_KTXT_LEN);
#endif
- xfree(outbuf.data);
+ krb5_xfree(outbuf.data);
return(KFAILURE);
}
authent->length = outbuf.length;
memcpy((char *)authent->dat, (char *)outbuf.data, outbuf.length);
- xfree(outbuf.data);
+ krb5_xfree(outbuf.data);
}
return(krb425error(r));
}