delete the widget snapshot; i bet that's where the pixmaps are leaking from

svn path=/trunk/KDE/kdelibs/; revision=1149617
This commit is contained in:
Aaron J. Seigo 2010-07-13 20:33:08 +00:00
parent d443bee9f4
commit b2d37c0604

View File

@ -40,6 +40,7 @@ PulseAnimation::PulseAnimation(QObject *parent)
PulseAnimation::~PulseAnimation()
{
delete m_under.data();
}
void PulseAnimation::setTargetScale(qreal scale)