From 510a93806916cd1dc78d9c72cbec87609d9a6ea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 5 Aug 2022 16:43:45 +0200 Subject: [PATCH] tests/pointer-constraints: Destroy client after test Otherwise the client might exit non-cleanly due to a broken pipe. Part-of: --- src/tests/native-pointer-constraints.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tests/native-pointer-constraints.c b/src/tests/native-pointer-constraints.c index 656fefa6d..65678d5d2 100644 --- a/src/tests/native-pointer-constraints.c +++ b/src/tests/native-pointer-constraints.c @@ -117,6 +117,8 @@ meta_test_warp_on_hotplug (void) &coords, NULL); g_assert_nonnull (meta_backend_get_current_logical_monitor (backend)); + + meta_test_client_destroy (test_client); } static void