aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2010-08-15 14:22:32 +0200
committerSebastian Hahn <sebastian@torproject.org>2010-08-16 00:33:29 +0200
commit70f0ba1495dce3b7c912354e2690fa9588b4e5b5 (patch)
tree5e254010f9bae2aa3414905dc52e47152f84dc6d /changes
parent8d588e7b1a4fccffaa8318ed14d00a2ef615c53a (diff)
downloadtor-70f0ba1495dce3b7c912354e2690fa9588b4e5b5.tar
tor-70f0ba1495dce3b7c912354e2690fa9588b4e5b5.tar.gz
Fix a memory leak in circuit_build_times_parse_state
Thanks weasel for noticing.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug18313
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug1831 b/changes/bug1831
new file mode 100644
index 000000000..40b3fcf52
--- /dev/null
+++ b/changes/bug1831
@@ -0,0 +1,3 @@
+ 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.