Skip to content

Commit c048f1b

Browse files
committed
cleanup self._trackers
1 parent 153402a commit c048f1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ Client.prototype.destroy = function () {
232232
if (tracker.destroy) tracker.destroy()
233233
tracker.setInterval(0) // stop announcing on intervals
234234
})
235+
self._trackers = []
235236
}
236237

237238
Client.prototype._defaultAnnounceOpts = function (opts) {

0 commit comments

Comments
 (0)