Commit e5a653a5 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mshtml: Initialize use_new_window (Coverity).

parent 03f645a7
......@@ -390,7 +390,7 @@ static HRESULT WINAPI HTMLFormElement_submit(IHTMLFormElement *iface)
IUri *uri;
nsresult nsres;
HRESULT hres;
BOOL use_new_window;
BOOL use_new_window = FALSE;
TRACE("(%p)\n", This);
......
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