mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Fix crash when hiding RSS and then showing it again
This commit is contained in:
@@ -2641,6 +2641,8 @@ QBtSession * QBtSession::instance()
|
||||
|
||||
void QBtSession::drop()
|
||||
{
|
||||
if(m_instance)
|
||||
if(m_instance) {
|
||||
delete m_instance;
|
||||
m_instance = 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user