mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
committed by
GitHub
parent
f27f2c20e0
commit
10ee1ab7a2
@@ -880,7 +880,7 @@ void SyncController::onTorrentAboutToBeRemoved(BitTorrent::Torrent *torrent)
|
||||
{
|
||||
auto iter = m_knownTrackers.find(trackerEntry.url);
|
||||
Q_ASSERT(iter != m_knownTrackers.end());
|
||||
if (Q_UNLIKELY(iter == m_knownTrackers.end()))
|
||||
if (iter == m_knownTrackers.end()) [[unlikely]]
|
||||
continue;
|
||||
|
||||
QSet<BitTorrent::TorrentID> &torrentIDs = iter.value();
|
||||
|
||||
Reference in New Issue
Block a user