[EXPLORER]

* Fix a HWND leak (and potential disaster that never happened) I noticed while investigating CORE-9008

svn path=/trunk/; revision=66042
This commit is contained in:
David Quintana 2015-01-15 23:23:57 +00:00
parent 5eee49bbea
commit 2ce78c4f63

View file

@ -1671,7 +1671,7 @@ ChangePos:
DisplayTrayProperties(hwnd);
m_TrayPropertiesOwner = NULL;
DestroyWindow();
::DestroyWindow(hwnd);
return 0;
}