mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-01 00:58:07 +02:00
Xext: only free events in case of core motion events.
This commit is contained in:
parent
8cf7755a85
commit
f9bcecbe51
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ ProcXTestFakeInput(client)
|
|||
xfree(master_event);
|
||||
} else
|
||||
(*dev->public.processInputProc)(ev, dev, nev);
|
||||
if (!extension)
|
||||
if (!extension && type == MotionNotify)
|
||||
xfree(ev);
|
||||
return client->noClientException;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue