1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Don't crash after d&d operation.

This commit is contained in:
Christian Muehlhaeuser
2013-01-18 10:36:01 +01:00
parent 62f540f4aa
commit f56c9d7da5

View File

@@ -623,7 +623,7 @@ TrackView::startDrag( Qt::DropActions supportedActions )
m_proxyModel->removeIndexes( pindexes );
}
delete drag;
// delete drag; FIXME? On OSX it doesn't seem to get deleted automatically.
}