mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
[SHELL32]
- Stop asserting 'ref == 0' in CComCreatorCentralInstance::Term. It's caught enough reference leaks and is mostly just annoying now. CORE-9867 #resolve svn path=/trunk/; revision=69228
This commit is contained in:
parent
e6b660bdce
commit
94c98733e6
1 changed files with 0 additions and 3 deletions
|
@ -72,9 +72,6 @@ public:
|
||||||
if (s_pInstance)
|
if (s_pInstance)
|
||||||
{
|
{
|
||||||
ref = s_pInstance->Release();
|
ref = s_pInstance->Release();
|
||||||
#ifdef ASSERT
|
|
||||||
ASSERT(ref == 0);
|
|
||||||
#endif
|
|
||||||
s_pInstance = NULL;
|
s_pInstance = NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue