Commit e88caf01 authored by Joris Huizer's avatar Joris Huizer Committed by Alexandre Julliard

shdocvw: Initialise ie pointer as it's tested (Clang).

parent fc55c4a2
......@@ -868,7 +868,7 @@ static BOOL create_ie_window(LPCSTR cmdline)
static ULONG open_dde_url(WCHAR *dde_url)
{
InternetExplorer *ie, *iter;
InternetExplorer *ie = NULL, *iter;
WCHAR *url, *url_end;
VARIANT urlv;
HRESULT hres;
......
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