Commit 1c64c20d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Initialize url variable in IPersistMoniker::Load.

parent 5ad79df0
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment