Commit 4710e973 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

msi: Initialize a variable (valgrind).

parent e6ce4de3
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment