diff --git a/libs/input/evdev/inputlib.c b/libs/input/evdev/inputlib.c index 3085102b3..02a3611f8 100644 --- a/libs/input/evdev/inputlib.c +++ b/libs/input/evdev/inputlib.c @@ -388,6 +388,8 @@ close_device (device_t *dev) if (dev->axes) { free (dev->axes); } + free (dev->phys); + free (dev->uniq); free (dev->name); free (dev->path); free (dev);