base: make heim_alloc deallocator use HEIM_CALLCONV
This commit is contained in:

committed by
Nico Williams

parent
4748f3a19d
commit
917e16049a
@@ -929,7 +929,7 @@ kpasswd_get_next(krb5_context context,
|
||||
return KRB5_KDC_UNREACH;
|
||||
}
|
||||
|
||||
static void
|
||||
static void KRB5_CALLCONV
|
||||
krbhost_dealloc(void *ptr)
|
||||
{
|
||||
struct krb5_krbhst_data *handle = (struct krb5_krbhst_data *)ptr;
|
||||
|
Reference in New Issue
Block a user