Sascha Hlusiak 4358209e7e Free pInfo->private only once to fix server crash on unplug (bug #35391)
The hotplugged keyboard device and the main device share the same pInfo->private data
and the same jstkCoreUnInit, so the data is freed twice. Furthermore, since the keyboard
device will delete itself, we must not delete it from within the deletion of the main device.

Freeing pInfo->private is done by the main device, hopefully done independently of the order
in which the two devices will be removed by the server.

Should fix bug #35391
2011-04-20 19:33:10 +02:00
2010-06-11 21:47:23 -04:00
2011-04-06 21:02:49 +10:00

xf86-input-joystick - Joystick input driver for the Xorg X server

Please submit bugs & patches to the Xorg bugzilla:

        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg

All questions regarding this software should be directed at the
Xorg mailing list:

        http://lists.freedesktop.org/mailman/listinfo/xorg

The master development code repository can be found at:

        git://anongit.freedesktop.org/git/xorg/driver/xf86-input-joystick

        http://cgit.freedesktop.org/xorg/driver/xf86-input-joystick

For more information on the git code manager, see:

        http://wiki.x.org/wiki/GitPage
Description
No description provided
Readme 863 KiB
Languages
C 94.1%
M4 3%
Makefile 2.7%
Shell 0.2%