msi: Initialize variables.

This commit is contained in:
Marcus Meissner 2008-03-13 21:54:48 +01:00 committed by Alexandre Julliard
parent 102b9d12e4
commit db71fb15aa
1 changed files with 1 additions and 1 deletions

View File

@ -4471,7 +4471,7 @@ static UINT ITERATE_InstallService(MSIRECORD *rec, LPVOID param)
MSIFILE *file;
SC_HANDLE hscm, service = NULL;
LPCWSTR comp, depends, pass;
LPWSTR name, disp;
LPWSTR name = NULL, disp = NULL;
LPCWSTR load_order, serv_name, key;
DWORD serv_type, start_type;
DWORD err_control;