Commit 3a6c9dc9 authored by Filip Navara's avatar Filip Navara Committed by Alexandre Julliard

Destroy associated listview when IShellView is destroyed.

parent 2b804c56
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment