mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-07 23:42:02 +00:00
Xext: fix typo in condition.
Fall-out from dc3aba8a55.
We must free the event if it is NOT an extension event.
This commit is contained in:
@@ -500,7 +500,7 @@ ProcXTestFakeInput(client)
|
||||
xfree(master_event);
|
||||
} else
|
||||
(*dev->public.processInputProc)(ev, dev, nev);
|
||||
if (extension)
|
||||
if (!extension)
|
||||
xfree(ev);
|
||||
return client->noClientException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user