more dealloc functions require HEIM_CALLCONV
Change-Id: I68168a387c088b45e2572d5c982d33dfe0aa38a8
This commit is contained in:
@@ -46,7 +46,7 @@ struct heim_array_data {
|
||||
heim_object_t *allocated;
|
||||
};
|
||||
|
||||
static void
|
||||
static void HEIM_CALLCONV
|
||||
array_dealloc(heim_object_t ptr)
|
||||
{
|
||||
heim_array_t array = ptr;
|
||||
|
Reference in New Issue
Block a user