aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-29 12:53:19 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-29 12:53:19 -0400
commit3866792cd04d95c80eb5dd1e7cb2fddf0c05f9b8 (patch)
treec775e0960332ba248bb73d20bd2b59f770c819c2 /changes
parentaa0eb2022342798fc78b2bde89d393f37c59fe78 (diff)
downloadtor-3866792cd04d95c80eb5dd1e7cb2fddf0c05f9b8.tar
tor-3866792cd04d95c80eb5dd1e7cb2fddf0c05f9b8.tar.gz
Changes file for valgrind fixes
Diffstat (limited to 'changes')
-rw-r--r--changes/bug116185
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11618 b/changes/bug11618
new file mode 100644
index 000000000..e650d55cd
--- /dev/null
+++ b/changes/bug11618
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Fix all valgrind warnings produced by the unit tests. There were
+ over a thousand memory leak warnings previously, mostly produced
+ by forgetting to free things in the unit test code. Fixes bug
+ 11618, bugfixes on many versions of Tor.