Open parkercoates opened 6 years ago
Each time another movie was rendered, the old QML component remained loaded. The new one was just appended to the scene. Not only was this a memory leak, if the QML file was less than fully opaque, you could see both components at the same time!
Each time another movie was rendered, the old QML component remained loaded. The new one was just appended to the scene. Not only was this a memory leak, if the QML file was less than fully opaque, you could see both components at the same time!