Commit 06d9c5ca authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Initialize url in OnStartURIOpen.

parent 10d3feae
......@@ -797,7 +797,7 @@ static nsresult NSAPI nsURIContentListener_OnStartURIOpen(nsIURIContentListener
nsIWineURI_SetNSContainer(wine_uri, This);
if(This->bscallback && This->bscallback->mon) {
LPWSTR url;
LPWSTR url = NULL;
HRESULT hres;
hres = IMoniker_GetDisplayName(This->bscallback->mon, NULL, 0, &url);
......
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