msi: Initialize a variable (valgrind).

This commit is contained in:
Hans Leidekker 2015-04-21 11:20:42 +02:00 committed by Alexandre Julliard
parent e6ce4de393
commit 4710e973f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;