diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-11 02:03:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-11 02:03:53 +0000 |
commit | 900ddcb8fdc46efb25764582fd8569b94b3cf20a (patch) | |
tree | 9ecc6ff1f01fadb85578a75fb73c1ba14f75d89f /ChangeLog | |
parent | 487f985f5b6213b81410c6cae49d12b14ebd979d (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |