Author: dquintana
Date: Wed Aug 20 15:39:13 2014
New Revision: 63911
URL:
http://svn.reactos.org/svn/reactos?rev=63911&view=rev
Log:
[SHELL32]
* Unbreak context menus.
Modified:
branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp
Modified: branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell-experiments/dll/win32/she…
==============================================================================
--- branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp [iso-8859-1]
(original)
+++ branches/shell-experiments/dll/win32/shell32/defcontextmenu.cpp [iso-8859-1] Wed Aug
20 15:39:13 2014
@@ -393,7 +393,7 @@
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)