mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[SHELL32] - Fix dereferencing context menu object twice.
svn path=/trunk/; revision=54424
This commit is contained in:
parent
63bbb13d4e
commit
f09717ab8d
1 changed files with 0 additions and 1 deletions
|
@ -1143,7 +1143,6 @@ HRESULT CDefView::OpenSelectedItems()
|
|||
DestroyMenu( hmenu );
|
||||
hr = IUnknown_SetSite(cm, NULL);
|
||||
}
|
||||
cm->Release();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue