mshtml: Initialize use_new_window (Coverity).

This commit is contained in:
Marcus Meissner 2015-02-07 09:50:58 +01:00 committed by Alexandre Julliard
parent 03f645a76b
commit e5a653a594
1 changed files with 1 additions and 1 deletions

View File

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