[PATCH 2/10] dinput: [joystick_linux] Copy and modify default data format.

Alexandre Julliard julliard at winehq.org
Wed Jan 10 05:27:04 CST 2007


Vitaliy Margolen <wine-patches at kievinfo.com> writes:

> @@ -610,6 +632,8 @@ static ULONG WINAPI JoystickAImpl_Releas
>      HeapFree(GetProcessHeap(), 0, This->props);
>  
>      /* release the data transform filter */
> +    HeapFree(GetProcessHeap(), 0, (LPVOID)This->base.data_format.wine_df->rgodf);
> +    HeapFree(GetProcessHeap(), 0, (LPVOID)This->base.data_format.wine_df);

Please don't add more cast-qual warnings, we are trying to get rid of
them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list