Skip to content
Commit 893f95ee authored by David Edmundson's avatar David Edmundson
Browse files

Guard against null compositor in thumbnail item

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.
parent f53cf9d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment