From kde-commits Wed Jun 27 08:20:55 2007 From: Seb Ruiz Date: Wed, 27 Jun 2007 08:20:55 +0000 To: kde-commits Subject: extragear/multimedia/amarok/src/contextview Message-Id: <1182932455.782964.3060.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118293291518515 SVN commit 680868 by seb: Fix that crash when starting to play a song. Obviously, when we clear the scene we also need to clear the list of boxes. M +1 -0 contextview.cpp --- trunk/extragear/multimedia/amarok/src/contextview/contextview.cpp #680867:680868 @@ -255,6 +255,7 @@ { // tell member items that their boxes are being removed notifyItems( QString( "boxesRemoved" ) ); + m_contextBoxes.clear(); delete m_contextScene;