Revision ec8e405...

Go back to digest for 7th July 2013

Bug Fixes in KDE Base

Andreas Hartmetz committed changes in [kde-workspace] plasma/generic/applets/systemtray/protocols/fdo/x11embedcontainer.cpp:

Fix pixmap leak when the tray icon changes (e.g. when it's animated).

This could easily leak 4KB/second of X pixmap memory.
All the actual difference comes from the QPixmap::ExplicitlyShared
argument, the rest is making some wonky-looking but working code look
less wonky.

File Changes

Modified 1 files
  • plasma/generic/applets/systemtray/protocols/fdo/x11embedcontainer.cpp
1 files changed in total