Skip to content

Check weston_head_from_resource for NULL return

Joshua Watt requested to merge jpewhacker/weston:null-weston-head into main

If the compositor is disabling a weston_output, weston_head_from_resource can return NULL, so the return code must be checked where used.

Fixes #638 (closed)

Signed-off-by: Joshua Watt JPEWhacker@gmail.com

Merge request reports