mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:03:12 +00:00
[ATL]
- Arch, don't forget to initialize your pointer svn path=/trunk/; revision=59446
This commit is contained in:
parent
56a6e6e112
commit
dd8a102390
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ public:
|
||||||
ATLASSERT(ppv != NULL);
|
ATLASSERT(ppv != NULL);
|
||||||
if (ppv == NULL)
|
if (ppv == NULL)
|
||||||
return E_POINTER;
|
return E_POINTER;
|
||||||
|
*ppv = NULL;
|
||||||
hResult = S_OK;
|
hResult = S_OK;
|
||||||
if (m_pObjMap != NULL)
|
if (m_pObjMap != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue