https://bugs.kde.org/show_bug.cgi?id=355644
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/plas | |ma-framework/45a2f5a8286d98 | |84fdf1161c09da5807c0528481 Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 45a2f5a8286d9884fdf1161c09da5807c0528481 by David Edmundson. Committed on 09/08/2016 at 08:37. Pushed by davidedmundson into branch 'master'. Don't delete gl texture twice in thumbnail The QSGTextures are created with window()->createTextureFromId(m_texture, QSize(w,h), QuickWindow::TextureOwnsGLTexture)); this means we don't want to be deleting textures ourselves too, it will be deleted when we delete the QSGTexture, which is a scoped pointer inside our QSGNode. Related: bug 365946 REVIEW: 126131 M +2 -2 src/declarativeimports/core/windowthumbnail.cpp http://commits.kde.org/plasma-framework/45a2f5a8286d9884fdf1161c09da5807c0528481 -- You are receiving this mail because: You are watching all bug changes.