We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf393b1 commit 3020439Copy full SHA for 3020439
video/out/wayland_common.c
@@ -4474,7 +4474,8 @@ void vo_wayland_uninit(struct vo *vo)
4474
mp_input_put_key(wl->vo->input_ctx, MP_INPUT_RELEASE_ALL);
4475
4476
// Ensure that any in-flight vo_wayland_preferred_description_info get deallocated.
4477
- wl_display_roundtrip(wl->display);
+ if (wl->display)
4478
+ wl_display_roundtrip(wl->display);
4479
4480
if (wl->compositor)
4481
wl_compositor_destroy(wl->compositor);
0 commit comments