mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[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:
parent
26f6b8c7f7
commit
6cc65f4e4f
1 changed files with 1 additions and 0 deletions
|
@ -562,6 +562,7 @@ static HRESULT WINAPI CBitBucketItemContextMenuConstructor(REFIID riid, LPCITEMI
|
|||
|
||||
CBitBucket::CBitBucket()
|
||||
{
|
||||
pidl = NULL;
|
||||
}
|
||||
|
||||
CBitBucket::~CBitBucket()
|
||||
|
|
Loading…
Reference in a new issue