[EXPLORER]Initialize the propInfo structure before using it. Spotted by Mark Jansen. See CORE-10560

svn path=/trunk/; revision=70314
This commit is contained in:
Robert Naumann 2015-12-08 22:54:33 +00:00
parent 78c2f01594
commit 2a0e21d6cb

View 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];