diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-08-15 23:43:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-08-15 23:43:36 -0400 |
commit | a856f446c7c95b338157511a55760575751544bc (patch) | |
tree | ab41ef6eeebdaaf72299193d8fbfd4cc96e10480 /changes | |
parent | 6a77bde8d887bb9dd46c5c75e8bffb2f402feb39 (diff) | |
parent | 561ca9b987e093755603f1cce8f7d783c7b3006e (diff) | |
download | tor-a856f446c7c95b338157511a55760575751544bc.tar.gz tor-a856f446c7c95b338157511a55760575751544bc.zip |
Merge commit 'sebastian/bug1831'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1831 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug1831 b/changes/bug1831 new file mode 100644 index 0000000000..72f7d21856 --- /dev/null +++ b/changes/bug1831 @@ -0,0 +1,8 @@ + o Minor bugfixes + - Fix a memory leak in the error case of circuit_build_times_parse_state(). + Bugfix on 0.2.2.14-alpha; fixes bug 1831 partially. + - Fix a memory leak in dirvote_add_signatures_to_pending_consensus(). + Bugfix on 0.2.2.6-alpha; fixes bug 1831 partially. + - Fix a memory leak in dirvote_compute_consensuses(). + Bugfix on 0.2.0.3-alpha; fixes bug 1831 partially. + |