diff --git a/src/torrentcontentmodel.cpp b/src/torrentcontentmodel.cpp index 8e1b3c78c..38c58210d 100644 --- a/src/torrentcontentmodel.cpp +++ b/src/torrentcontentmodel.cpp @@ -252,7 +252,6 @@ void TorrentContentModel::clear() { qDebug("clear called"); beginResetModel(); - qDeleteAll(m_filesIndex); m_filesIndex.clear(); m_rootItem->deleteAllChildren(); endResetModel();