Workaround for crash in CoUninitialize()

This commit is contained in:
Sam Lantinga
2022-02-21 16:24:45 -08:00
parent 978fbc3250
commit 9299a3e796
3 changed files with 6 additions and 3 deletions

View File

@@ -1147,7 +1147,8 @@ SDL_DINPUT_JoystickQuit(void)
}
if (coinitialized) {
WIN_CoUninitialize();
/* Workaround for CoUninitialize() crash in NotifyInitializeSpied() */
/*WIN_CoUninitialize();*/
coinitialized = SDL_FALSE;
}
}