[ros-diffs] [gadamopoulos] 53610: [shell32] - Add missing initialization. Fixes the problem where explorer fails to show the child window at the first attempt to open a folder

gadamopoulos at svn.reactos.org gadamopoulos at svn.reactos.org
Tue Sep 6 20:20:55 UTC 2011


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/shell32/shfldr_recyclebin.cpp?rev=53610&r1=53609&r2=53610&view=diff
==============================================================================
--- 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()




More information about the Ros-diffs mailing list