dmscript/tests: Initialize test variable (valgrind) (try 2)

Bruno Jesus 00cpxxx at gmail.com
Sun Aug 24 21:39:29 CDT 2014


Fixes bug https://bugs.winehq.org/show_bug.cgi?id=36809
-------------- next part --------------
diff --git a/dlls/dmscript/tests/dmscript.c b/dlls/dmscript/tests/dmscript.c
index 02fddc3..a73f7c6 100644
--- a/dlls/dmscript/tests/dmscript.c
+++ b/dlls/dmscript/tests/dmscript.c
@@ -206,7 +206,7 @@ static void test_scripttrack(void)
 {
     IDirectMusicTrack *dmt;
     IPersistStream *ps;
-    CLSID class;
+    CLSID class = {0};
     ULARGE_INTEGER size;
     HRESULT hr;
 


More information about the wine-patches mailing list