Skip to content
Commit 8b73147f authored by David Edmundson's avatar David Edmundson
Browse files

quickeffect: Avoid double delete of QQuickViews

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


(cherry picked from commit 95d4671a)
parent 16031795
Pipeline #603098 passed with stage
in 6 minutes and 27 seconds
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