mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-20 02:08:13 +00:00
Workaround for crash in CoUninitialize()
This commit is contained in:
@@ -1147,7 +1147,8 @@ SDL_DINPUT_JoystickQuit(void)
|
||||
}
|
||||
|
||||
if (coinitialized) {
|
||||
WIN_CoUninitialize();
|
||||
/* Workaround for CoUninitialize() crash in NotifyInitializeSpied() */
|
||||
/*WIN_CoUninitialize();*/
|
||||
coinitialized = SDL_FALSE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user