mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 10:25:28 +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