mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-25 08:00:27 +01:00
Check if reply != NULL.
This commit is contained in:
parent
8761e963d0
commit
0a4fa666b5
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ dmxDevicePointerReplyCheck (DeviceIntPtr pDevice,
|
|||
|
||||
if (request == pDevPriv->grab.sequence)
|
||||
{
|
||||
if (reply->response_type == 1)
|
||||
if (reply)
|
||||
{
|
||||
if (pDevPriv->deviceId >= 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue