forked from premiere/premiere-libtorrent
exit before invariant check if we're aborting, in bandwidth_manager
This commit is contained in:
parent
189d618261
commit
cf2654ba00
|
@ -294,8 +294,8 @@ private:
|
||||||
if (e) return;
|
if (e) return;
|
||||||
|
|
||||||
mutex_t::scoped_lock l(m_mutex);
|
mutex_t::scoped_lock l(m_mutex);
|
||||||
INVARIANT_CHECK;
|
|
||||||
if (m_abort) return;
|
if (m_abort) return;
|
||||||
|
INVARIANT_CHECK;
|
||||||
|
|
||||||
TORRENT_ASSERT(!m_history.empty());
|
TORRENT_ASSERT(!m_history.empty());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue