diff options
author | Roger Dingledine <arma@torproject.org> | 2009-11-12 01:31:26 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-11-12 01:31:26 -0500 |
commit | 22f674fcb88411d8b56a3423fb0c09bb7745529c (patch) | |
tree | 9fb9791e2b40bff169c7a1d748f73a7665fc2b0c /ChangeLog | |
parent | 69c0147ea6725a63f254333867c0504528c62daf (diff) | |
download | tor-22f674fcb88411d8b56a3423fb0c09bb7745529c.tar.gz tor-22f674fcb88411d8b56a3423fb0c09bb7745529c.zip |
Fix a memory leak on directory authorities during voting
Fix a memory leak on directory authorities during voting that was
introduced in 0.2.2.1-alpha. Found via valgrind.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ Changes in version 0.2.2.6-alpha - 2009-10-?? warnings to 1 per minute. Bugfix on 0.0.2pre10; fixes bug 1042. - Bridges do not use the default exit policy, but reject *:* by default. Fixes bug 1113. + - Fix a memory leak on directory authorities during voting that was + introduced in 0.2.2.1-alpha. Found via valgrind. Changes in version 0.2.2.5-alpha - 2009-10-11 |