msi: Initialize info and patch variables (Coverity 923).

This commit is contained in:
Marcus Meissner 2009-05-05 00:28:16 +02:00 committed by Alexandre Julliard
parent 454dd2ed07
commit 1cfc88a500
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ done:
static UINT MSI_ApplyPatchW(LPCWSTR szPatchPackage, LPCWSTR szProductCode, LPCWSTR szCommandLine)
{
MSIHANDLE patch, info;
MSIHANDLE patch = 0, info = 0;
UINT r, type;
DWORD size = 0;
LPCWSTR cmd_ptr = szCommandLine;