Skip to content

main: Avoid destroying wet_output before output destroy callback is called

Tomohito Esaki requested to merge etom/weston:fix-output-destroy into master

In using drm-backend, if drm_output destroying is pending, wet_output destroy before that destroy callback function is called. So freed wet_output is refered in this function. This patch fix this issue.

Merge request reports