Daniel Stone <[email protected]> (19/01/2011):
> +#ifdef MULTITOUCH
> +    free(pEvdev->mtMask);
> +    pEvdev->mtMask = NULL;
> +    for (i = 0; i < EVDEV_MAXQUEUE; i++)
> +        free(pEvdev->queue[i].touchMask);
> +        pEvdev->queue[i].touchMask = NULL;
> +#endif

Missing {} here.

[Thank you, gcc!
evdev.c: In function ‘EvdevAddAbsClass’:
evdev.c:1571: warning: array subscript is above array bounds
]

KiBi.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to