base: make heim_alloc deallocator use HEIM_CALLCONV

This commit is contained in:
Luke Howard
2022-01-29 09:53:37 +11:00
committed by Nico Williams
parent 4748f3a19d
commit 917e16049a
6 changed files with 6 additions and 6 deletions

View File

@@ -64,7 +64,7 @@
#include "baselocl.h"
static void
static void HEIM_CALLCONV
memory_free(heim_object_t obj)
{
}