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

This commit is contained in:
Joris Huizer 2011-02-05 14:37:40 +01:00 committed by Alexandre Julliard
parent fc55c4a2d5
commit e88caf015e

View File

@ -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;