Skip to content

desktop-shell: fixing null pointer access

Andre Zeps requested to merge azeps/weston:master into main

There is a chance after certain number of reboots that ->output is NULL. I assume this is because ->panel was not yet initialized and is read before written.

Tested on branch weston-imx-6.0.1 from source.codeaurora.org/external/imx/weston-imx.git

Merge request reports