diff options
Diffstat (limited to 'Xi/gtmotion.c')
-rw-r--r-- | Xi/gtmotion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/gtmotion.c b/Xi/gtmotion.c index 8e91c5a47..32d80eeec 100644 --- a/Xi/gtmotion.c +++ b/Xi/gtmotion.c @@ -154,7 +154,7 @@ ProcXGetDeviceMotionEvents(ClientPtr client) WriteToClient(client, length * 4, (char *)coords); } if (coords) - xfree(coords); + free(coords); return Success; } |