From c048f1b2a9621215b322bea2c7e6af4158f6bdf4 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 16 May 2015 22:55:01 -0700 Subject: [PATCH] cleanup self._trackers --- client.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client.js b/client.js index 79291d9..f911f04 100644 --- a/client.js +++ b/client.js @@ -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) {