Fix getAnnounceOpts function leak

This commit is contained in:
Feross Aboukhadijeh 2016-04-21 03:15:42 -07:00
parent ec3ba5bd6c
commit 06f86a0733

View File

@ -272,7 +272,9 @@ Client.prototype.destroy = function (cb) {
})
parallel(tasks, cb)
self._trackers = []
self._getAnnounceOpts = null
}
Client.prototype._defaultAnnounceOpts = function (opts) {