Skip to content

Fix wlr_xwayland_destroy

Jan Kelling requested to merge github/fork/nyorain/fix/xwayland_destroy into master

In rootston, wlr_xwayland_destroy is always called (when compiled with xwayland) which causes a segmentation fault on exit when disabling xwayland per config (e.g. example config). We could also just fix this by checking in rootston, but this follows the wlr convention of most destroy functions that passing NULL is ok.

Merge request reports