aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2009-09-26 15:38:52 +0200
committerNick Mathewson <nickm@torproject.org>2009-09-27 12:00:02 -0400
commit7f1f6984daba22c4e95d9338a4b4433c142ebd23 (patch)
tree269254670b163293042a3a90cc6fc39bf091ea41 /ChangeLog
parent0a438c7daf19228e04cf71a5c68cb9d701685e58 (diff)
downloadtor-7f1f6984daba22c4e95d9338a4b4433c142ebd23.tar
tor-7f1f6984daba22c4e95d9338a4b4433c142ebd23.tar.gz
Fix memory leak
Some memory could be lost in the error case of circuit_build_times_parse_state. Found by Coverity
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf1a4ca9d..451a20c30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@ Changes in version 0.2.2.4-alpha - 2009-??-??
o Minor bugfixes:
- Fix a couple of smaller issues with gathering statistics. Bugfixes
on 0.2.2.1-alpha.
+ - Fix two memory leaks in the error case of
+ circuit_build_times_parse_state. Bugfix on 0.2.2.2-alpha.
Changes in version 0.2.2.3-alpha - 2009-09-23
o Major bugfixes: