mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-12 02:00:46 +01:00
Fix crashes on 22631 caused by forgetting to call CoUninitialize() in PatchStartTileData()
This commit is contained in:
parent
31f1b6db0e
commit
bae9fd612d
@ -11056,7 +11056,7 @@ static void PatchStartTileData(BOOL bSMEH)
|
||||
{
|
||||
PatchStartTileDataFurther(hStartTileData, bSMEH);
|
||||
}
|
||||
if (!bSMEH && hr == S_OK)
|
||||
if (hr == S_OK)
|
||||
{
|
||||
CoUninitialize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user