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;