From 4710e973f8df0c3ef3b4b9b357d66f7794b47787 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Tue, 21 Apr 2015 11:20:42 +0200 Subject: [PATCH] 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 228d88744b2..01765cbe8ad 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;