From ec0161eda336439bcd502f00fb1e3481617c3f2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonas=20=C3=85dahl?= Date: Mon, 14 Jul 2014 00:04:14 +0200 Subject: [PATCH] test: Remove test device from context when deleting MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl Reviewed-by: Peter Hutterer --- test/litest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/litest.c b/test/litest.c index 524b5456..c058b6be 100644 --- a/test/litest.c +++ b/test/litest.c @@ -601,6 +601,7 @@ litest_delete_device(struct litest_device *d) return; libinput_device_unref(d->libinput_device); + libinput_path_remove_device(d->libinput_device); if (d->owns_context) libinput_unref(d->libinput); libevdev_free(d->evdev); -- 2.34.1