more dealloc functions require HEIM_CALLCONV

Change-Id: I68168a387c088b45e2572d5c982d33dfe0aa38a8
This commit is contained in:
Jeffrey Altman
2022-01-29 00:01:12 -05:00
parent 6340602ddc
commit 543b94637f
12 changed files with 14 additions and 14 deletions

View File

@@ -156,7 +156,7 @@ struct heim_plugin {
void *ctx;
};
static void
static void HEIM_CALLCONV
plugin_free(void *ptr)
{
struct heim_plugin *pl = ptr;