Commit e62b8c9b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

msi: Free the user sid string.

parent f919a24e
......@@ -760,6 +760,7 @@ UINT MSIREG_DeleteUserDataComponentKey(LPCWSTR szComponent)
sprintfW(keypath, szUserDataComp_fmt, usersid, comp);
msi_free(usersid);
return RegDeleteTreeW(HKEY_LOCAL_MACHINE, keypath);
}
......
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