shdocvw: Initialise ie pointer as it's tested (Clang).
This commit is contained in:
parent
fc55c4a2d5
commit
e88caf015e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user