exit before invariant check if we're aborting, in bandwidth_manager
This commit is contained in:
@@ -294,8 +294,8 @@ private:
|
||||
if (e) return;
|
||||
|
||||
mutex_t::scoped_lock l(m_mutex);
|
||||
INVARIANT_CHECK;
|
||||
if (m_abort) return;
|
||||
INVARIANT_CHECK;
|
||||
|
||||
TORRENT_ASSERT(!m_history.empty());
|
||||
|
||||
|
Reference in New Issue
Block a user