Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Fix xwm selection release #280

Closed alexander-smoktal closed 6 years ago

alexander-smoktal commented 6 years ago

In case xwayland terminates before compositor activated, xwm selection listener link is invalid. This causes crash in wlc_xwm_selection_release.

Fixed as in wlc_pointer_release with notification callback check.

ddevault commented 6 years ago

Thanks!