mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +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);
|
||||
if (ppv == NULL)
|
||||
return E_POINTER;
|
||||
*ppv = NULL;
|
||||
hResult = S_OK;
|
||||
if (m_pObjMap != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue