mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[SHELL32]
- Test your code, Arch! Fix another assertion failure. CORE-9845 #resolve svn path=/trunk/; revision=68217
This commit is contained in:
@@ -67,10 +67,8 @@ public:
|
||||
return hr;
|
||||
}
|
||||
if (InterlockedCompareExchangePointer((PVOID *)&s_pInstance, pObj, NULL))
|
||||
{
|
||||
static_cast<IUnknown *>(pObj)->Release();
|
||||
s_IsTerminated = false;
|
||||
}
|
||||
s_IsTerminated = false;
|
||||
}
|
||||
return s_pInstance->QueryInterface(riid, ppv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user