Commit db71fb15 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

msi: Initialize variables.

parent 102b9d12
......@@ -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;
......
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