diff --git a/MPWmake.sea.bin b/MPWmake.sea.bin index 16bdfb1e3..aa9cfb5cc 100644 Binary files a/MPWmake.sea.bin and b/MPWmake.sea.bin differ diff --git a/src/SDL_loadso.c b/src/SDL_loadso.c index 9bc77a9e4..7ec9d64b8 100644 --- a/src/SDL_loadso.c +++ b/src/SDL_loadso.c @@ -203,7 +203,7 @@ void SDL_UnloadObject(void *handle) #elif defined(macintosh) /* * */ library_id = (CFragConnectionID)handle; - CloseConnection(library_id); + CloseConnection(&library_id); #elif defined(__MINT__) && defined(ENABLE_LDG) /* * */ ldg_close((LDG *)handle, ldg_global);