TorrentContentModel: Fix crash on exit

This commit is contained in:
Christophe Dumez 2012-03-01 21:11:37 +02:00
commit 5cf7e47ffa

View file

@ -43,7 +43,6 @@ TorrentContentModel::TorrentContentModel(QObject *parent):
TorrentContentModel::~TorrentContentModel()
{
qDeleteAll(m_filesIndex);
delete m_rootItem;
}