mirror of
https://github.com/webtorrent/bittorrent-tracker.git
synced 2025-02-21 20:59:02 +00:00
Fix getAnnounceOpts function leak
This commit is contained in:
parent
ec3ba5bd6c
commit
06f86a0733
@ -272,7 +272,9 @@ Client.prototype.destroy = function (cb) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
parallel(tasks, cb)
|
parallel(tasks, cb)
|
||||||
|
|
||||||
self._trackers = []
|
self._trackers = []
|
||||||
|
self._getAnnounceOpts = null
|
||||||
}
|
}
|
||||||
|
|
||||||
Client.prototype._defaultAnnounceOpts = function (opts) {
|
Client.prototype._defaultAnnounceOpts = function (opts) {
|
||||||
|
Loading…
Reference in New Issue
Block a user