On 01/23/2011 07:09 PM, Cyril Brulebois wrote: > 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.
This has been fixed in my tree. Thanks, -- Chase _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
