| Summary: | Tooltips are leaking X Pixmaps | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Martin Flöser <mgraesslin> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 4.10.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdelibs/b29820e09a0a0e355f6c8e743ca142af89118290 | Version Fixed/Implemented In: | 4.10.3 |
| Sentry Crash Report: | |||
|
Description
Martin Flöser
2013-04-20 13:43:43 UTC
Git commit b29820e09a0a0e355f6c8e743ca142af89118290 by Martin Gräßlin. Committed on 20/04/2013 at 15:45. Pushed by graesslin into branch 'KDE/4.10'. 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. FIXED-IN: 4.10.3 REVIEW: 110029 M +32 -20 plasma/private/dialogshadows.cpp http://commits.kde.org/kdelibs/b29820e09a0a0e355f6c8e743ca142af89118290 |