mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
* Dynamically changes the throttle interval depending on the current
rate and chunk size. * Changed torrent::download_remove to take a torrent::Download, rather than the info hash. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@592 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -64,7 +64,7 @@ DownloadList::iterator
|
||||
DownloadList::erase(iterator itr) {
|
||||
m_slotMapErase.for_each(*itr);
|
||||
|
||||
torrent::download_remove((*itr)->get_hash());
|
||||
torrent::download_remove((*itr)->get_download());
|
||||
(*itr)->release_download();
|
||||
delete *itr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user