nezticle / qml_movie_renderer

44 stars 13 forks source link

Fix big QQuickItem leak #4

Open parkercoates opened 6 years ago

parkercoates commented 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!