summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader/xf86sym.c
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-26 15:12:36 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-26 15:35:28 +1030
commit23ae68a4c74a2ec90b4130c37b0d0aec3f4082ce (patch)
tree088284e8aa85295127640c158fae9987eaea7651 /hw/xfree86/loader/xf86sym.c
parentce9fb2f8c4610016e49321018fc9b24729380afc (diff)
dix: before copying the classes the first time, set the VCK's classes to NULL.
XkbFinishDeviceInit does the following: xkbi->kbdProc= pXDev->kbdfeed->CtrlProc; pXDev->kbdfeed->CtrlProc= XkbDDXKeybdCtrlProc; If we directly copy the device classes for the VCK, pXDev->kbdfeed->CtrlProc at the time of copying is still XbkDDXKeybdCtrlProc. So at some point XkbDDXKeybdCtrlProc is called, and calls itself, and calls itself, and... Setting the device's classes to NULL seems to fix things. The memory isn't lost, it gets stored into the devPrivates and freed at device closing time.
Diffstat (limited to 'hw/xfree86/loader/xf86sym.c')
0 files changed, 0 insertions, 0 deletions