mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Destroy associated listview when IShellView is destroyed.
svn path=/trunk/; revision=10384
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user