Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-04-21 10:17:59 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-04-21 10:17:59 +0300
commita47d2ce4b27896a4c2e2e3820f69c712c2a0de3e (patch)
tree8ed140199cacd628c1e656dddcd5e9f81afa68d4 /CHANGELOG.md
parent891e7e3fc2a0780cab9fdf64f699e713207b9604 (diff)
cleanup torrent reference leaks
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 918653e..9e24ca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,9 +33,8 @@
- Do not return existing torrent object when duplicate torrent is added. Fire an
`'error'` event instead.
-- Memory leak of `Torrent` object caused by `RarityMap`
-
-- Memory leak of `Torrent` object caused by `TCPPool`
+- Memory leaks of `Torrent` object caused by various internal subclasses of WebTorrent,
+ including `RarityMap`, `TCPPool`, `WebConn`, `Server`.
- `client.ratio` and `torrent.ratio` are now calculated as `uploaded / received` instead
of `uploaded / downloaded`.