mshtml: Initialize url variable in IPersistMoniker::Load.

This commit is contained in:
Jacek Caban 2006-06-20 19:01:33 +02:00 committed by Alexandre Julliard
parent 5ad79df0f8
commit 1c64c20d9a
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static HRESULT WINAPI PersistMoniker_Load(IPersistMoniker *iface, BOOL fFullyAva
{ {
HTMLDocument *This = PERSISTMON_THIS(iface); HTMLDocument *This = PERSISTMON_THIS(iface);
BSCallback *bscallback; BSCallback *bscallback;
LPOLESTR url; LPOLESTR url = NULL;
HRESULT hres; HRESULT hres;
nsresult nsres; nsresult nsres;