mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Fix crash when hiding RSS and then showing it again
This commit is contained in:
parent
ad087d7e88
commit
e11545c8a3
5 changed files with 11 additions and 9 deletions
|
@ -2641,6 +2641,8 @@ QBtSession * QBtSession::instance()
|
|||
|
||||
void QBtSession::drop()
|
||||
{
|
||||
if(m_instance)
|
||||
if(m_instance) {
|
||||
delete m_instance;
|
||||
m_instance = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue