[EXPLORER] Fix assertion failure on start button (#4581)

CORE-18024
This commit is contained in:
Katayama Hirofumi MZ 2022-07-18 22:20:25 +09:00 committed by GitHub
parent 5f80670040
commit 255f43086d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2687,6 +2687,7 @@ ChangePos:
{
CComPtr<IContextMenu> ctxMenu;
CStartMenuBtnCtxMenu_CreateInstance(this, m_hWnd, &ctxMenu);
ctxMenu->AddRef();
TrackCtxMenu(ctxMenu, ppt, hWndExclude, m_Position == ABE_BOTTOM, this);
}
}