mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
[EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr
This commit is contained in:
@@ -301,8 +301,8 @@ public:
|
||||
|
||||
if (ppcm != NULL)
|
||||
{
|
||||
m_ContextMenu->AddRef();
|
||||
*ppcm = m_ContextMenu;
|
||||
(*ppcm)->AddRef();
|
||||
}
|
||||
|
||||
/* Add the menu items */
|
||||
|
||||
Reference in New Issue
Block a user