mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Destroy associated listview when IShellView is destroyed.
svn path=/trunk/; revision=10384
This commit is contained in:
parent
a5154371b4
commit
1740e56356
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue