mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
TorrentContentModel: Fix crash on exit
This commit is contained in:
parent
bd4bb42e95
commit
5cf7e47ffa
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ TorrentContentModel::TorrentContentModel(QObject *parent):
|
||||||
|
|
||||||
TorrentContentModel::~TorrentContentModel()
|
TorrentContentModel::~TorrentContentModel()
|
||||||
{
|
{
|
||||||
qDeleteAll(m_filesIndex);
|
|
||||||
delete m_rootItem;
|
delete m_rootItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue