mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[EXPLORER][BROWSEUI][SHELL32][NETSHELL] Fix wrong usage of CComPtr
This commit is contained in:
@@ -2943,7 +2943,6 @@ ChangePos:
|
||||
{
|
||||
CComPtr<IContextMenu> ctxMenu;
|
||||
CStartMenuBtnCtxMenu_CreateInstance(this, m_hWnd, &ctxMenu);
|
||||
ctxMenu->AddRef();
|
||||
TrackCtxMenu(ctxMenu, ppt, hWndExclude, m_Position == ABE_BOTTOM, this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user