mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-22 02:10:40 +01:00
evdev: free the output name on evdev_destroy()
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
2908ba98cd
commit
d8b5957dc7
1 changed files with 1 additions and 0 deletions
|
|
@ -3444,6 +3444,7 @@ evdev_device_destroy(struct evdev_device *device)
|
|||
if (device->base.group)
|
||||
libinput_device_group_unref(device->base.group);
|
||||
|
||||
free(device->output_name);
|
||||
filter_destroy(device->pointer.filter);
|
||||
libinput_seat_unref(device->base.seat);
|
||||
libevdev_free(device->evdev);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue