From: Nick Mathewson Date: Tue, 29 Apr 2014 16:53:19 +0000 (-0400) Subject: Changes file for valgrind fixes X-Git-Tag: tor-0.2.5.5-alpha~109^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3866792cd04d95c80eb5dd1e7cb2fddf0c05f9b8;p=thirdparty%2Ftor.git Changes file for valgrind fixes --- diff --git a/changes/bug11618 b/changes/bug11618 new file mode 100644 index 0000000000..e650d55cd1 --- /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.