Skip to content
Commit e9e0e3fa authored by David Edmundson's avatar David Edmundson Committed by Christoph Cullmann
Browse files

Fix crash in QQuickQuestionListener

The code path is:
 - we create a Question object
 - we show a prompt
 - we start a nested event loop to get this into a syncronous API
 - we return the result to the question object

The lifespan of the question object is not controlled by the listener,
during the nested event loop anything could have happened including
deletion.

BUG: 464624
parent e493d0aa
Pipeline #319452 passed with stage
in 7 minutes and 10 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