cleanup self._trackers

This commit is contained in:
Feross Aboukhadijeh 2015-05-16 22:55:01 -07:00
parent 153402ae85
commit c048f1b2a9

View File

@ -232,6 +232,7 @@ Client.prototype.destroy = function () {
if (tracker.destroy) tracker.destroy()
tracker.setInterval(0) // stop announcing on intervals
})
self._trackers = []
}
Client.prototype._defaultAnnounceOpts = function (opts) {