From kde-commits Mon May 19 20:00:03 2008 From: Anne-Marie Mahfouf Date: Mon, 19 May 2008 20:00:03 +0000 To: kde-commits Subject: extragear/plasma/applets/frame Message-Id: <1211227203.766306.27001.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=121122721217789 SVN commit 809965 by annma: do not crash on remove, no need to delete this M +0 -1 frame.cpp --- trunk/extragear/plasma/applets/frame/frame.cpp #809964:809965 @@ -67,7 +67,6 @@ Frame::~Frame() { delete m_mySlideShow; - delete m_configDialog; } void Frame::dataUpdated( const QString &name, const Plasma::DataEngine::Data &data )