Ensure icon in context menu is not leaked (#709)

This commit is contained in:
Chris Davis
2019-11-13 14:13:14 -08:00
committed by GitHub
parent 3c0b479669
commit b490a72c1d
2 changed files with 7 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ private:
~CPowerRenameMenu();
long m_refCount = 1;
HBITMAP m_hbmpIcon = NULL;
CComPtr<IDataObject> m_spdo;
};