msi: Initialize a variable (valgrind).

This commit is contained in:
Hans Leidekker 2015-04-21 11:20:04 +02:00 committed by Alexandre Julliard
parent 6ef2d26a53
commit 55b678e186
1 changed files with 1 additions and 1 deletions

View File

@ -4201,7 +4201,7 @@ UINT WINAPI MsiProvideComponentA( LPCSTR product, LPCSTR feature, LPCSTR compone
{
WCHAR *productW = NULL, *componentW = NULL, *featureW = NULL, *bufW = NULL;
UINT r = ERROR_OUTOFMEMORY;
DWORD lenW;
DWORD lenW = 0;
int len;
TRACE("%s, %s, %s, %x, %p, %p\n", debugstr_a(product), debugstr_a(component), debugstr_a(feature), mode, buf, buflen);