backend-wayland: do not try to release uninitialized seat
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.