Skip to content

backend-wayland: do not try to release uninitialized seat

Philipp Zabel requested to merge pH5/weston:fix-wayland-seat-release into main

Do not call weston_seat_release() if Weston aborts before weston_seat_init() could be called. This fixes a possible segfault due to uninitialized list traversal in the error path.

Merge request reports