diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-08-15 21:02:01 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-08-16 00:46:44 +0200 |
commit | b2dcff5766cdf33799659e667a06e109d17b6eb9 (patch) | |
tree | 89b41ec263df8ab2422225ea9edd3563fbf5f828 /changes | |
parent | 527581194c285e5b08d4bb4fd9c573a0f12dd83b (diff) | |
download | tor-b2dcff5766cdf33799659e667a06e109d17b6eb9.tar.gz tor-b2dcff5766cdf33799659e667a06e109d17b6eb9.zip |
Fix a memory leak in dirvote_compute_consensuses()
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug1831 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug1831 b/changes/bug1831 index 6c504dadbc..72f7d21856 100644 --- a/changes/bug1831 +++ b/changes/bug1831 @@ -3,3 +3,6 @@ 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. + |