mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
[SHELL32]
* Initialize fSite in the constructor. CID 15134. svn path=/trunk/; revision=54489
This commit is contained in:
parent
d72307c532
commit
2b29282303
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ static WCHAR szNew[MAX_PATH];
|
||||||
|
|
||||||
CNewMenu::CNewMenu()
|
CNewMenu::CNewMenu()
|
||||||
{
|
{
|
||||||
s_SnHead = NULL;
|
|
||||||
szPath = NULL;
|
szPath = NULL;
|
||||||
|
s_SnHead = NULL;
|
||||||
|
fSite = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue