projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6b660b
)
[SHELL32]
author
Thomas Faber
<thomas.faber@reactos.org>
Mon, 14 Sep 2015 19:14:48 +0000
(19:14 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Mon, 14 Sep 2015 19:14:48 +0000
(19:14 +0000)
- 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
reactos/include/reactos/shellutils.h
patch
|
blob
|
history
diff --git
a/reactos/include/reactos/shellutils.h
b/reactos/include/reactos/shellutils.h
index
45df2a0
..
9ef6d22
100644
(file)
--- a/
reactos/include/reactos/shellutils.h
+++ b/
reactos/include/reactos/shellutils.h
@@
-72,9
+72,6
@@
public:
if (s_pInstance)
{
ref = s_pInstance->Release();
-#ifdef ASSERT
- ASSERT(ref == 0);
-#endif
s_pInstance = NULL;
}
}