From 6cc65f4e4fe499be5e1fdf701a70eec59f3e0779 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 6 Sep 2011 20:20:54 +0000 Subject: [PATCH] [shell32] - Add missing initialization. Fixes the problem where explorer fails to show the child window at the first attempt to open a folder svn path=/branches/shell32_new-bringup/; revision=53610 --- dll/win32/shell32/shfldr_recyclebin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/win32/shell32/shfldr_recyclebin.cpp b/dll/win32/shell32/shfldr_recyclebin.cpp index 1035a1ee250..0482704b9a4 100644 --- a/dll/win32/shell32/shfldr_recyclebin.cpp +++ b/dll/win32/shell32/shfldr_recyclebin.cpp @@ -562,6 +562,7 @@ static HRESULT WINAPI CBitBucketItemContextMenuConstructor(REFIID riid, LPCITEMI CBitBucket::CBitBucket() { + pidl = NULL; } CBitBucket::~CBitBucket()