msi: Initialize info and patch variables (Coverity 923).
This commit is contained in:
parent
454dd2ed07
commit
1cfc88a500
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue