mshtml: Initialize use_new_window (Coverity).
This commit is contained in:
parent
03f645a76b
commit
e5a653a594
|
@ -390,7 +390,7 @@ static HRESULT WINAPI HTMLFormElement_submit(IHTMLFormElement *iface)
|
||||||
IUri *uri;
|
IUri *uri;
|
||||||
nsresult nsres;
|
nsresult nsres;
|
||||||
HRESULT hres;
|
HRESULT hres;
|
||||||
BOOL use_new_window;
|
BOOL use_new_window = FALSE;
|
||||||
|
|
||||||
TRACE("(%p)\n", This);
|
TRACE("(%p)\n", This);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue