mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user