(krb5_xfree): new function
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5214 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -48,3 +48,10 @@ krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *rep)
|
||||
free_KRB_ERROR(&rep->error);
|
||||
return 0;
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
krb5_xfree (void *ptr)
|
||||
{
|
||||
free (ptr);
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user