mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
mi: avoid SIGABRT by setting master_event to NULL.
This commit is contained in:
parent
a05f43bf3e
commit
5a7a65a3c9
1 changed files with 2 additions and 1 deletions
|
|
@ -363,7 +363,8 @@ mieqProcessInputEvents(void)
|
|||
{
|
||||
CopyGetMasterEvent(e->pDev->u.master, event,
|
||||
&master_event, e->nevents);
|
||||
}
|
||||
} else
|
||||
master_event = NULL;
|
||||
|
||||
/* process slave first, then master */
|
||||
e->pDev->public.processInputProc(event, e->pDev, e->nevents);
|
||||
|
|
|
|||
Loading…
Reference in a new issue