diff --git a/src/session_impl.cpp b/src/session_impl.cpp index 9c4c04e6b..20560f1a8 100644 --- a/src/session_impl.cpp +++ b/src/session_impl.cpp @@ -4184,8 +4184,8 @@ namespace aux { if (m_alerts.should_post()) m_alerts.post_alert(torrent_removed_alert(tptr->get_handle(), tptr->info_hash())); - tptr->set_queue_position(-1); tptr->abort(); + tptr->set_queue_position(-1); } void session_impl::remove_torrent_impl(boost::shared_ptr tptr, int options)