Marcus Meissner : mshtml: Initialize use_new_window (Coverity).

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 9 09:54:48 CST 2015


Module: wine
Branch: master
Commit: e5a653a5949bce4c123b1680badec8640f757b61
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e5a653a5949bce4c123b1680badec8640f757b61

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Sat Feb  7 09:50:58 2015 +0100

mshtml: Initialize use_new_window (Coverity).

---

 dlls/mshtml/htmlform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/htmlform.c b/dlls/mshtml/htmlform.c
index ac6eb93..a9ba11b 100644
--- a/dlls/mshtml/htmlform.c
+++ b/dlls/mshtml/htmlform.c
@@ -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);
 




More information about the wine-cvs mailing list