mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-21 18:00:37 +01:00
tools: fix leak of evdev_prev in libinput-record
Co-Authored-by: Claude Code <noreply@anthropic.com> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1444>
This commit is contained in:
parent
f86d5ab2ab
commit
a521d054d4
1 changed files with 1 additions and 0 deletions
|
|
@ -2806,6 +2806,7 @@ out:
|
|||
libinput_device_unref(d->device);
|
||||
free(d->devnode);
|
||||
libevdev_free(d->evdev);
|
||||
libevdev_free(d->evdev_prev);
|
||||
}
|
||||
|
||||
libinput_unref(ctx.libinput);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue