[SHELL32]

* Unbreak context menus.

svn path=/branches/shell-experiments/; revision=63911
This commit is contained in:
David Quintana
2014-08-20 15:39:13 +00:00
parent 117eba9bd5
commit e9c5285a7c
+1 -1
View File
@@ -393,7 +393,7 @@ CDefaultContextMenu::LoadDynamicContextMenuHandler(HKEY hKey, const CLSID *pclsi
pEntry->iIdCmdFirst = 0;
pEntry->pNext = NULL;
pEntry->NumIds = 0;
pEntry->pCM = pcm;
pEntry->pCM = pcm.Detach();
memcpy(&pEntry->ClassID, pclsid, sizeof(CLSID));
if (m_pDynamicEntries)