On July 12, 2010, Marco Martin wrote:
> icon seems to have too many copies that's true)

the 'i' icon comes from the BusyWidget in the notifications Applet.

Notifications calls this when a notification is added:

    Plasma::Animation *pulse = 
Plasma::Animator::create(Plasma::Animator::PulseAnimation, m_busyWidget);

PulseAnimation creates a WidgetSnapshot. with no parent.

WidgetSnapshot creates a pixmap snapshot of the widget.

PulseAnimation never deletes the WdigetSnapshot.

pixmap leak. lots and lots of 'i's.

at least that's the theory. i've committed and backported. kisses.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Qt Development Frameworks

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to