Skip to content

Include patch to use the output handler to destroy to black view

Add a patch to use the specific output destroyer handler, instead of destroying it in the handler itself. This way we can still clean-up and avoid any leaks, and still not trip ourselves causing a use-after-free, when the output is destroyed by libweston.

This patch fixes a segfault which is produced on exit if the back view needs to be destroyed..

Merge request reports