You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bitmap you pass to the menu item is getting leaked every time the menu is invoked in explorer. Please move the HBITMAP to a class member of CDrmShlExt, create it once in the constructor or on demand, and then call DeleteObject on it in the destructor.