mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-04-19 10:10:43 +02:00
test: fix a memory leak in the touch test
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-By: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
5254977fce
commit
852e91bffd
1 changed files with 2 additions and 0 deletions
|
|
@ -439,6 +439,8 @@ START_TEST(fake_mt_exists)
|
|||
* have different capabilities */
|
||||
ck_assert(libinput_device_has_capability(device,
|
||||
LIBINPUT_DEVICE_CAP_POINTER));
|
||||
|
||||
libinput_event_destroy(event);
|
||||
}
|
||||
END_TEST
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue