[3/5] dinput: SetActionMap setting username

Vitaliy Margolen wine-devel at kievinfo.com
Mon Jan 9 20:51:14 CST 2012


On 01/09/2012 10:18 AM, Lucas Fialho Zawacki wrote:
> From: Lucas Fialho Zawacki<lfzawacki at gmail.com>
>
> +    /* Set username in device */
> +    HeapFree(GetProcessHeap(), 0, This->username);
> +    This->username = HeapAlloc(GetProcessHeap(), 0, sizeof(WCHAR) * (lstrlenW(username) + 1));
> +    lstrcpyW(This->username, username);
No error checking if allocation fails.

> +
> +    /* Free username */
> +    HeapFree(GetProcessHeap(), 0, This->username);
> +
Comment is kind of redundant the property already called "username".

Vitaliy.



More information about the wine-devel mailing list