Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
6.4.0
-
None
-
-
3b619f85aa (qt/qtdeclarative/dev) 3b619f85aa (qt/tqtc-qtdeclarative/dev) 48a4e4d9f4 (qt/tqtc-qtdeclarative/6.2) 2ef4126cb0 (qt/qtdeclarative/6.4) 2ef4126cb0 (qt/tqtc-qtdeclarative/6.4)
Description
Building and running the attached scene3d.zip (based on qt3d/examples/qt3d/scene3d) the memory usage gradually increases.
The main source of memory leaks are instances of QShaderResourceBindings.
It is created by the Renderer::updateMaterialDynamicData function and is not freed.