mirror of
https://github.com/reactos/reactos.git
synced 2025-06-23 02:00:16 +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:
parent
1cd79168e1
commit
ac06c3cf99
4 changed files with 34 additions and 4 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue