tests/pointer-constraints: Destroy client after test

Otherwise the client might exit non-cleanly due to a broken pipe.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2561>
This commit is contained in:
Jonas Ådahl 2022-08-05 16:43:45 +02:00
parent 9988dc344d
commit 510a938069

View File

@ -117,6 +117,8 @@ meta_test_warp_on_hotplug (void)
&coords, NULL); &coords, NULL);
g_assert_nonnull (meta_backend_get_current_logical_monitor (backend)); g_assert_nonnull (meta_backend_get_current_logical_monitor (backend));
meta_test_client_destroy (test_client);
} }
static void static void