- Arch, don't forget to initialize your pointer

svn path=/trunk/; revision=59446
This commit is contained in:
Thomas Faber 2013-07-07 13:41:18 +00:00
parent 56a6e6e112
commit dd8a102390

View file

@ -595,6 +595,7 @@ public:
ATLASSERT(ppv != NULL);
if (ppv == NULL)
return E_POINTER;
*ppv = NULL;
hResult = S_OK;
if (m_pObjMap != NULL)
{