1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 06:17:58 +00:00

TorrentContentModel: Fix crash on exit

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

View File

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