mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
[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:
parent
5eee49bbea
commit
2ce78c4f63
1 changed files with 1 additions and 1 deletions
|
@ -1671,7 +1671,7 @@ ChangePos:
|
|||
DisplayTrayProperties(hwnd);
|
||||
|
||||
m_TrayPropertiesOwner = NULL;
|
||||
DestroyWindow();
|
||||
::DestroyWindow(hwnd);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue