diff options
author | Roger Dingledine <arma@torproject.org> | 2007-10-11 03:27:47 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-10-11 03:27:47 +0000 |
commit | 541aa7215566c12b3ffcf23afb866fed7824819c (patch) | |
tree | cb2fd7c47cb56cb345946af482ec16d0466f5117 /ChangeLog | |
parent | bab60e5ade38de854eed980d5c397d9cee051792 (diff) | |
download | tor-541aa7215566c12b3ffcf23afb866fed7824819c.tar.gz tor-541aa7215566c12b3ffcf23afb866fed7824819c.zip |
Bugfix on r11138:
Fix a minor memory leak whenever a controller sends the PROTOCOLINFO
command. Bugfix on 0.2.0.5-alpha.
Backport candidate.
svn:r11864
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ Changes in version 0.2.0.8-alpha - 2007-10-12 file. Bugfix on 0.2.0.7-alpha. - Fix a minor memory leak whenever we wrote out a file. Bugfix on 0.2.0.7-alpha. + - Fix a minor memory leak whenever a controller sends the PROTOCOLINFO + command. Bugfix on 0.2.0.5-alpha. o Code simplifications and refactoring: - Make a bunch of functions static. Remove some dead code. |