test: plug a leak in the tablet smoothing test

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-12-14 18:57:31 +10:00
parent 61d3427635
commit 62a0b17007

View file

@ -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
} }