diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-25 14:31:15 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-25 14:31:15 +0000 |
commit | 73c1cfe80b85d31aeac1d596c17292f102363785 (patch) | |
tree | ccd2544359b2d30197fbd0ea6f0177581545c4eb /ChangeLog | |
parent | 53e62339857eaa650df769ad3ad7cc2527b296ca (diff) | |
download | tor-73c1cfe80b85d31aeac1d596c17292f102363785.tar tor-73c1cfe80b85d31aeac1d596c17292f102363785.tar.gz |
r16154@catbus: nickm | 2007-10-25 10:29:47 -0400
Fix more memory leaks, with help from dmalloc.
svn:r12188
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -2,10 +2,20 @@ Changes in version 0.2.0.10-alpha - 2007-1?-?? o Minor bugfixes: - Refuse to start if both ORPort and UseBridges are set. Bugfix on 0.2.0.x. + + o Minor bugfixes (memory leaks): - Stop leaking memory every time we parse a v3 certificate. Bugfix on 0.2.0.1-alpha. - Stop leaking memory every time we load a v3 certificate. Bugfix - on 0.2.0.1-alpha. Fixes Bug 536. + on 0.2.0.1-alpha. Fixes Bug 536 + - Stop leaking a cached networkstatus on exit. Bugfix on + 0.2.0.3-alpha. + - Stop leaking voter information every time we free a consensus. Bugfix + on 0.2.0.3-alpha. + - Stop leaking signed data every time we check a voter signature. + Bugfix on 0.2.0.3-alpha. + - Stop leaking a signature every time we fail to parse a consensus or + a vote. Bugfix on 0.2.0.3-alpha. Changes in version 0.2.0.9-alpha - 2007-10-24 |