forked from premiere/premiere-libtorrent
fixed another assert in disconnect
This commit is contained in:
parent
440abdfaf2
commit
087552f52a
|
@ -3285,6 +3285,7 @@ namespace libtorrent
|
|||
{
|
||||
m_download_queue.clear();
|
||||
m_request_queue.clear();
|
||||
m_outstanding_bytes = 0;
|
||||
}
|
||||
m_queued_time_critical = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue