mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:12:57 +00:00
[BROWSEUI]
Use correct delete operator CID 1321947 svn path=/trunk/; revision=69663
This commit is contained in:
parent
71f36c710d
commit
00e9309787
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ HRESULT STDMETHODCALLTYPE CBandSiteMenu::QueryContextMenu(
|
||||||
|
|
||||||
ret = InsertMenuItemW(hmenu, 0, TRUE, &mii);
|
ret = InsertMenuItemW(hmenu, 0, TRUE, &mii);
|
||||||
|
|
||||||
delete mii.dwTypeData;
|
delete[] mii.dwTypeData;
|
||||||
|
|
||||||
RemoveMenu(hm, 0, MF_BYPOSITION);
|
RemoveMenu(hm, 0, MF_BYPOSITION);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue