mshtml: Initialize url variable in IPersistMoniker::Load.
This commit is contained in:
parent
5ad79df0f8
commit
1c64c20d9a
|
@ -155,7 +155,7 @@ static HRESULT WINAPI PersistMoniker_Load(IPersistMoniker *iface, BOOL fFullyAva
|
|||
{
|
||||
HTMLDocument *This = PERSISTMON_THIS(iface);
|
||||
BSCallback *bscallback;
|
||||
LPOLESTR url;
|
||||
LPOLESTR url = NULL;
|
||||
HRESULT hres;
|
||||
nsresult nsres;
|
||||
|
||||
|
|
Loading…
Reference in New Issue