mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 07:08:01 +02:00
test: plug a leak in the tablet smoothing test
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
61d3427635
commit
62a0b17007
1 changed files with 2 additions and 0 deletions
|
|
@ -6063,6 +6063,8 @@ START_TEST(tablet_smoothing)
|
||||||
|
|
||||||
ck_assert_double_eq(ex, p->x);
|
ck_assert_double_eq(ex, p->x);
|
||||||
ck_assert_double_eq(ey, p->y);
|
ck_assert_double_eq(ey, p->y);
|
||||||
|
|
||||||
|
libinput_event_destroy(event);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue