[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
This commit is contained in:
Giannis Adamopoulos 2011-09-06 20:20:54 +00:00
parent 26f6b8c7f7
commit 6cc65f4e4f

View file

@ -562,6 +562,7 @@ static HRESULT WINAPI CBitBucketItemContextMenuConstructor(REFIID riid, LPCITEMI
CBitBucket::CBitBucket()
{
pidl = NULL;
}
CBitBucket::~CBitBucket()