summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-10-11 02:03:53 +0000
committerRoger Dingledine <arma@torproject.org>2007-10-11 02:03:53 +0000
commit900ddcb8fdc46efb25764582fd8569b94b3cf20a (patch)
tree9ecc6ff1f01fadb85578a75fb73c1ba14f75d89f /ChangeLog
parent487f985f5b6213b81410c6cae49d12b14ebd979d (diff)
downloadtor-900ddcb8fdc46efb25764582fd8569b94b3cf20a.tar.gz
tor-900ddcb8fdc46efb25764582fd8569b94b3cf20a.zip
bugfix on r11298:
Fix a minor memory leak whenever we parse guards from our state file. Bugfix on 0.2.0.7-alpha. svn:r11862
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f28922685..7c36d620f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -91,6 +91,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12
o Minor bugfixes (of some sort):
- Stop calling tor_strlower() on uninitialized memory in some cases.
Bugfix in 0.2.0.7-alpha.
+ - Fix a minor memory leak whenever we parse guards from our state
+ file. Bugfix on 0.2.0.7-alpha.
o Code simplifications and refactoring:
- Make a bunch of functions static. Remove some dead code.