Skip to content

Guard against null compositor in thumbnail item

David Edmundson requested to merge work/composite_guard into master

If compositing is disabled, compositor will be null.

We hit a path where we could destroyOffscreenTexture when the compositing is disabled then again when the Thumbnail is destroyed. In this case we query Compositor::self()->scene() and crash.

Merge request reports