diff options
Diffstat (limited to 'src/draglock.c')
-rw-r--r-- | src/draglock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draglock.c b/src/draglock.c index fad4436..af80cf6 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -146,7 +146,7 @@ EvdevDragLockPreInit(InputInfoPtr pInfo) next_num = NULL; } - xfree(option_string); + free(option_string); } /* Updates DragLock button state and fires button event messges */ |