mshtml/tests: Fix a crash on Win 2008.

Huw Davies huw at codeweavers.com
Fri Jul 17 04:32:15 CDT 2015


---
 dlls/mshtml/tests/xmlhttprequest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/mshtml/tests/xmlhttprequest.c b/dlls/mshtml/tests/xmlhttprequest.c
index 0a9824d..a9a6a3c 100644
--- a/dlls/mshtml/tests/xmlhttprequest.c
+++ b/dlls/mshtml/tests/xmlhttprequest.c
@@ -395,6 +395,7 @@ static void create_xmlhttprequest(IHTMLDocument2 *doc)
         return;
     }
 
+    VariantInit(&var);
     hres = IHTMLWindow5_get_XMLHttpRequest(window5, &var);
     IHTMLWindow5_Release(window5);
     ok(hres == S_OK, "get_XMLHttpRequest failed: %08x\n", hres);
-- 
1.8.0




More information about the wine-patches mailing list