Hans Leidekker : msi: Initialize a variable (valgrind).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 21 09:57:27 CDT 2015


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

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Tue Apr 21 11:20:42 2015 +0200

msi: Initialize a variable (valgrind).

---

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

diff --git a/dlls/msi/automation.c b/dlls/msi/automation.c
index 228d887..01765cb 100644
--- a/dlls/msi/automation.c
+++ b/dlls/msi/automation.c
@@ -1366,7 +1366,7 @@ static HRESULT session_invoke(
 {
     SessionObject *session = (SessionObject*)This;
     WCHAR *szString;
-    DWORD dwLen;
+    DWORD dwLen = 0;
     MSIHANDLE msiHandle;
     LANGID langId;
     UINT ret;




More information about the wine-cvs mailing list