- Destroy associated listview when IShellView is destroyed.

svn path=/trunk/; revision=10384
This commit is contained in:
Filip Navara 2004-08-04 00:23:28 +00:00
parent a5154371b4
commit 1740e56356

View file

@ -1653,6 +1653,8 @@ static ULONG WINAPI IShellView_fnRelease(IShellView * iface)
{
TRACE(" destroying IShellView(%p)\n",This);
DestroyWindow(This->hWndList);
if(This->pSFParent)
IShellFolder_Release(This->pSFParent);