]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for valgrind fixes
authorNick Mathewson <nickm@torproject.org>
Tue, 29 Apr 2014 16:53:19 +0000 (12:53 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Apr 2014 16:53:19 +0000 (12:53 -0400)
changes/bug11618 [new file with mode: 0644]

diff --git a/changes/bug11618 b/changes/bug11618
new file mode 100644 (file)
index 0000000..e650d55
--- /dev/null
@@ -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.