fixed another assert in disconnect

This commit is contained in:
Arvid Norberg 2010-10-04 15:49:30 +00:00
parent 440abdfaf2
commit 087552f52a
1 changed files with 1 additions and 0 deletions

View File

@ -3285,6 +3285,7 @@ namespace libtorrent
{
m_download_queue.clear();
m_request_queue.clear();
m_outstanding_bytes = 0;
}
m_queued_time_critical = 0;