mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:56:05 +00:00
[SHELL32]
- Test your code, Arch! Fix another assertion failure. CORE-9845 #resolve svn path=/trunk/; revision=68217
This commit is contained in:
parent
e2c2d3379b
commit
3d3afdd225
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue