Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.12.2
-
a54eb316af7921ff77d4419c8b11b31f8e6fac7b (qt/qtquickcontrols/5.12)
Description
When multiple QQmlEngines are created and used with QML that creates a Dialog it will cause a memory leak inside the Dialog QML plugin. This is due to the fact that initializeEngine() is called twice and it will create a new QQmlComponent without deleting the other one first.