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

committed by
Nico Williams

parent
4748f3a19d
commit
917e16049a
@@ -176,7 +176,7 @@ struct krb5_sendto_ctx_data {
|
||||
unsigned int stid;
|
||||
};
|
||||
|
||||
static void
|
||||
static void KRB5_CALLCONV
|
||||
dealloc_sendto_ctx(void *ptr)
|
||||
{
|
||||
krb5_sendto_ctx ctx = (krb5_sendto_ctx)ptr;
|
||||
|
Reference in New Issue
Block a user