mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
always call CoUninitialize if we support the taskbar extensions
This commit is contained in:
parent
bc2f19a9d7
commit
a7a959ccba
@ -122,8 +122,9 @@ static void win32_display_server_destroy(void *data)
|
||||
{
|
||||
ITaskbarList3_Release(g_taskbarList);
|
||||
g_taskbarList = NULL;
|
||||
CoUninitialize();
|
||||
}
|
||||
|
||||
CoUninitialize();
|
||||
#endif
|
||||
|
||||
if (dispserv)
|
||||
|
Loading…
x
Reference in New Issue
Block a user