Changes file for valgrind fixes

This commit is contained in:
Nick Mathewson 2014-04-29 12:53:19 -04:00
parent aa0eb20223
commit 3866792cd0

5
changes/bug11618 Normal file
View File

@ -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.