mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +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:
parent
78c2f01594
commit
2a0e21d6cb
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ InitPropSheetPage(PROPSHEETPAGE *psp,
|
||||||
VOID
|
VOID
|
||||||
DisplayTrayProperties(IN HWND hwndOwner)
|
DisplayTrayProperties(IN HWND hwndOwner)
|
||||||
{
|
{
|
||||||
PROPSHEET_INFO propInfo;
|
PROPSHEET_INFO propInfo = {0};
|
||||||
PROPSHEETHEADER psh;
|
PROPSHEETHEADER psh;
|
||||||
PROPSHEETPAGE psp[2];
|
PROPSHEETPAGE psp[2];
|
||||||
WCHAR szCaption[256];
|
WCHAR szCaption[256];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue