[SHELL32]

* Initialize fSite in the constructor. CID 15134.

svn path=/trunk/; revision=54489
This commit is contained in:
Amine Khaldi 2011-11-24 11:40:43 +00:00
parent d72307c532
commit 2b29282303

View file

@ -27,8 +27,9 @@ static WCHAR szNew[MAX_PATH];
CNewMenu::CNewMenu()
{
s_SnHead = NULL;
szPath = NULL;
s_SnHead = NULL;
fSite = NULL;
}