Skip to content

quickeffect: Avoid double delete of QQuickViews

David Edmundson requested to merge work/d_ed/engine_crash into master

Views are owned by the C++ backend, but also retrievable by invokables to get neighbouring screens from JS space. By default Qt then transfers ownership of the view to the QML collector. This results in double ownership.

BUG: 480788

Merge request reports