mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BROWSEUI]
* Fix icon leak of the returned old icon from WM_SETICON. [RSHELL] * Add two debug prints (not hit). [FILEBROWSER] [EXPLORER-NEW] * Free PWSTR pointers after exiting. svn path=/branches/shell-experiments/; revision=64940
This commit is contained in:
@@ -641,6 +641,16 @@ LRESULT CMenuFocusManager::GetMsgHook(INT nCode, WPARAM hookWParam, LPARAM hookL
|
||||
|
||||
HRESULT CMenuFocusManager::PlaceHooks()
|
||||
{
|
||||
if (m_hMsgFilterHook)
|
||||
{
|
||||
WARN("GETMESSAGE hook already placed!\n");
|
||||
return S_OK;
|
||||
}
|
||||
if (m_hMsgFilterHook)
|
||||
{
|
||||
WARN("MSGFILTER hook already placed!\n");
|
||||
return S_OK;
|
||||
}
|
||||
if (m_current->type == TrackedMenuEntry)
|
||||
{
|
||||
TRACE("Entering MSGFILTER hook...\n");
|
||||
|
||||
Reference in New Issue
Block a user