mirror of
https://github.com/brl/mutter.git
synced 2024-12-26 04:42:14 +00:00
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:
parent
9988dc344d
commit
510a938069
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user