Remove extra CoUninitialize

This commit is contained in:
bparker06 2019-01-09 18:51:25 -05:00 committed by GitHub
parent a7a959ccba
commit c7779ff046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,6 @@ static void* win32_display_server_init(void)
{
g_taskbarList = NULL;
RARCH_ERR("[dispserv]: CoCreateInstance of ITaskbarList3 failed.\n");
CoUninitialize();
}
#endif