Summary: | Plasma crashed after clicking in the panel | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | stupor_scurvy343 |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | bhush94, plasma-bugs |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.4.95 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/45a2f5a8286d9884fdf1161c09da5807c0528481 | Version Fixed In: | |
Sentry Crash Report: |
Description
stupor_scurvy343
2015-11-20 14:28:41 UTC
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 |