[EXPLORER]Initialize the propInfo structure before using it. Spotted by Mark Jansen...
authorRobert Naumann <gonzomdx@gmail.com>
Tue, 8 Dec 2015 22:54:33 +0000 (22:54 +0000)
committerRobert Naumann <gonzomdx@gmail.com>
Tue, 8 Dec 2015 22:54:33 +0000 (22:54 +0000)
svn path=/trunk/; revision=70314

reactos/base/shell/explorer/trayprop.cpp

index 1c368d6..e77a0bd 100644 (file)
@@ -338,7 +338,7 @@ InitPropSheetPage(PROPSHEETPAGE *psp,
 VOID
 DisplayTrayProperties(IN HWND hwndOwner)
 {
-    PROPSHEET_INFO propInfo;
+    PROPSHEET_INFO propInfo = {0};
     PROPSHEETHEADER psh;
     PROPSHEETPAGE psp[2];
     WCHAR szCaption[256];