msi: Free the user sid string.

This commit is contained in:
James Hawkins 2007-12-11 21:45:51 -06:00 committed by Alexandre Julliard
parent f919a24eb2
commit e62b8c9b99
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ UINT MSIREG_DeleteUserDataComponentKey(LPCWSTR szComponent)
sprintfW(keypath, szUserDataComp_fmt, usersid, comp);
msi_free(usersid);
return RegDeleteTreeW(HKEY_LOCAL_MACHINE, keypath);
}