Skip to content

Don't use release() on a unique_ptr if we don't intend to release ownership

Arjen Hiemstra requested to merge work/ahiemstra/release into master

There is nothing indicating that OffscreenQuickScene::rootItem() releases ownership. Additionally, calling it multiple times currently means we get a nullptr the second time we call it which crashes the outputlocator effect.

Merge request reports