| Summary: | plasma shell crash | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | troy R <troyrileys8709> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
troy R
2013-02-16 11:33:40 UTC
This one should be fixed since 4.10.3: commit b29820e09a0a0e355f6c8e743ca142af89118290 Author: Martin Gräßlin <mgraesslin@kde.org> Date: Sat Apr 20 15:45:38 2013 +0200 Fix X pixmap leak in shadow handling code Some X pixmaps were never free-ed. The code got a little bit cleaned up by ensuring that the X Pixmap for the QPixmap is always created. This makes sense as we can be pretty sure that we are on the raster graphics system. BUG: 318636 FIXED-IN: 4.10.3 REVIEW: 110029 |