Destroy associated listview when IShellView is destroyed.

This commit is contained in:
Filip Navara 2004-08-04 18:16:27 +00:00 committed by Alexandre Julliard
parent 2b804c56da
commit 3a6c9dc907
1 changed files with 2 additions and 0 deletions

View File

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