mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Fixed possible crash when moving a feed from one folder to another
This commit is contained in:
@@ -135,7 +135,7 @@ signals:
|
||||
|
||||
protected slots:
|
||||
void updateCurrentFeed(QTreeWidgetItem* new_item) {
|
||||
if(getItemType(new_item) == RssFile::STREAM)
|
||||
if(new_item && getItemType(new_item) == RssFile::STREAM)
|
||||
current_feed = new_item;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user