1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-19 04:11:46 +02:00

* Delete root-item when destroying the PlayableModel.

This commit is contained in:
Christian Muehlhaeuser
2013-03-30 13:06:22 +01:00
parent 46f1ae3ee4
commit 119f67c8f8

View File

@@ -54,6 +54,8 @@ PlayableModel::PlayableModel( QObject* parent, bool loading )
PlayableModel::~PlayableModel()
{
tDebug() << Q_FUNC_INFO;
delete m_rootItem;
}