mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHELL32] Properly destroy window
This commit is contained in:
@@ -246,7 +246,8 @@ HRESULT STDMETHODCALLTYPE CMenuSite::SetDeskBarSite(IUnknown *punkSite)
|
||||
m_DeskBand = NULL;
|
||||
m_WinEventHandler = NULL;
|
||||
m_hWndBand = NULL;
|
||||
m_hWnd = NULL;
|
||||
if (m_hWnd)
|
||||
DestroyWindow();
|
||||
m_DeskBarSite = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user