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 )