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 bitmaps you pass to the menu items are getting leaked every time the menu is invoked in explorer. Please move these HBITMAPs to class members of CCtxMenu, create them once in the constructor or on demand, and then call DeleteObject on them in the destructor.
The text was updated successfully, but these errors were encountered:
The bitmaps you pass to the menu items are getting leaked every time the menu is invoked in explorer. Please move these HBITMAPs to class members of CCtxMenu, create them once in the constructor or on demand, and then call DeleteObject on them in the destructor.
The text was updated successfully, but these errors were encountered: