Destroy associated listview when IShellView is destroyed.
This commit is contained in:
parent
2b804c56da
commit
3a6c9dc907
@ -1652,6 +1652,8 @@ static ULONG WINAPI IShellView_fnRelease(IShellView * iface)
|
|||||||
{
|
{
|
||||||
TRACE(" destroying IShellView(%p)\n",This);
|
TRACE(" destroying IShellView(%p)\n",This);
|
||||||
|
|
||||||
|
DestroyWindow(This->hWndList);
|
||||||
|
|
||||||
if(This->pSFParent)
|
if(This->pSFParent)
|
||||||
IShellFolder_Release(This->pSFParent);
|
IShellFolder_Release(This->pSFParent);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user