Re: [PATCH xserver] animcur: Fix crash when removing a master device

2018-04-23 Thread Peter Hutterer
On Mon, Apr 23, 2018 at 03:21:14PM -0400, Adam Jackson wrote: > Reproducer: > > $ Xvfb -ac -noreset :1 & > $ DISPLAY=:1 xinput create-master touch1 > $ DISPLAY=:1 xinput remove-master "touch1 pointer" > > Bugzilla: https://bugs.freedesktop.org/105761 > Signed-off-by: Adam Jackson Reviewed-by: P

[PATCH xserver] animcur: Fix crash when removing a master device

2018-04-23 Thread Adam Jackson
Reproducer: $ Xvfb -ac -noreset :1 & $ DISPLAY=:1 xinput create-master touch1 $ DISPLAY=:1 xinput remove-master "touch1 pointer" Bugzilla: https://bugs.freedesktop.org/105761 Signed-off-by: Adam Jackson --- render/animcur.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r