diff options
Diffstat (limited to 'Xi/getmmap.c')
-rw-r--r-- | Xi/getmmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/getmmap.c b/Xi/getmmap.c index ddf27a5f0..bd652e9d4 100644 --- a/Xi/getmmap.c +++ b/Xi/getmmap.c @@ -113,7 +113,7 @@ ProcXGetDeviceModifierMapping(ClientPtr client) WriteReplyToClient(client, sizeof(xGetDeviceModifierMappingReply), &rep); WriteToClient(client, max_keys_per_mod * 8, (char *) modkeymap); - xfree(modkeymap); + free(modkeymap); return Success; } |