mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: tear down utp _after_ peer-mgr (#4383)
This commit is contained in:
@@ -1141,7 +1141,7 @@ public:
|
||||
std::unique_ptr<Cache> cache = std::make_unique<Cache>(torrents_, 1024 * 1024 * 2);
|
||||
|
||||
private:
|
||||
// depends-on: timer_maker_, top_bandwidth_, torrents_, web_
|
||||
// depends-on: timer_maker_, top_bandwidth_, utp_comntext, torrents_, web_
|
||||
std::unique_ptr<struct tr_peerMgr, void (*)(struct tr_peerMgr*)> peer_mgr_;
|
||||
|
||||
// depends-on: peer_mgr_, advertised_peer_port_, torrents_
|
||||
|
||||
Reference in New Issue
Block a user