Revision 8f76fed...

Go back to digest for 4th May 2014

Bug Fixes in KDE Base

Martin Klapetek committed changes in [plasma-workspace] /notifications:

Fix memory leaking in notifications

Up to this patch there was a new Dialog created for each and every new
notification incoming. After the notification was timed out, it would
close and delete the Dialog, but somehow that didn't free all the memory
and over time plasma-shell could get huuuge mem usage.

Now the notifications reuse only 3 Dialogs the whole lifetime --> memory
does not skyrockets anymore.

Note that the original leak in Dialog might still be present, but
notifications do not expose it anymore.


REVIEW: 117903

File Changes

Modified 4 files
  • /notifications
  •   applets/pluginhelper.cpp
  •   applets/pluginhelper.h
  •   applets/package/contents/ui/NotificationPopup.qml
  •   applets/package/contents/ui/Notifications.qml
4 files changed in total