msi: Initialize sid_str to NULL.

This commit is contained in:
James Hawkins 2006-12-05 03:43:31 -08:00 committed by Alexandre Julliard
parent 00fa70dbc1
commit 0b652fe8c6
1 changed files with 1 additions and 1 deletions

View File

@ -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;