Be sure to delete it

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=864270
This commit is contained in:
Laurent Montel 2008-09-24 11:44:39 +00:00
parent d9a206dc22
commit 8e9aed75a6

View File

@ -134,6 +134,7 @@ AppletHandle::AppletHandle(Containment *parent, Applet *applet, const QPointF &h
AppletHandle::~AppletHandle()
{
detachApplet();
delete m_backgroundBuffer;
if (m_topview) {
delete m_topview;
}