mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
- Delete tree item ourself aven if Qt is supposed to delete it (just to be on the safe side)
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
}
|
||||
|
||||
~FeedList() {
|
||||
//delete unread_item;
|
||||
delete unread_item;
|
||||
}
|
||||
|
||||
void itemAdded(QTreeWidgetItem *item, RssFile* file) {
|
||||
|
||||
Reference in New Issue
Block a user