Author: gadamopoulos
Date: Tue Sep 6 20:20:54 2011
New Revision: 53610
URL:
http://svn.reactos.org/svn/reactos?rev=53610&view=rev
Log:
[shell32]
- Add missing initialization. Fixes the problem where explorer fails to show the child
window at the first attempt to open a folder
Modified:
branches/shell32_new-bringup/dll/win32/shell32/shfldr_recyclebin.cpp
Modified: branches/shell32_new-bringup/dll/win32/shell32/shfldr_recyclebin.cpp
URL:
http://svn.reactos.org/svn/reactos/branches/shell32_new-bringup/dll/win32/s…
==============================================================================
--- branches/shell32_new-bringup/dll/win32/shell32/shfldr_recyclebin.cpp [iso-8859-1]
(original)
+++ branches/shell32_new-bringup/dll/win32/shell32/shfldr_recyclebin.cpp [iso-8859-1] Tue
Sep 6 20:20:54 2011
@@ -562,6 +562,7 @@
CBitBucket::CBitBucket()
{
+ pidl = NULL;
}
CBitBucket::~CBitBucket()