Commit 0b652fe8 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Initialize sid_str to NULL.

parent 00fa70db
......@@ -118,7 +118,7 @@ static UINT set_user_sid_prop( MSIPACKAGE *package )
{
SID_NAME_USE use;
LPWSTR user_name;
LPWSTR sid_str, dom = NULL;
LPWSTR sid_str = NULL, dom = NULL;
DWORD size, dom_size;
PSID psid = NULL;
UINT r = ERROR_FUNCTION_FAILED;
......
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