summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-15 18:24:23 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-16 00:46:42 +0200
commit527581194c285e5b08d4bb4fd9c573a0f12dd83b (patch)
treed5dd5141fa58d0e4bce986b492889133de140561 /changes
parent4c49d3c27eb664561f1cc953f7c6fa441ac7cedc (diff)
downloadtor-527581194c285e5b08d4bb4fd9c573a0f12dd83b.tar.gz
tor-527581194c285e5b08d4bb4fd9c573a0f12dd83b.zip
Fix a memory leak
It happened in dirvote_add_signatures_to_pending_consesus().
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18312
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug1831 b/changes/bug1831
index 40b3fcf52c..6c504dadbc 100644
--- a/changes/bug1831
+++ b/changes/bug1831
@@ -1,3 +1,5 @@
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.