diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-04-09 18:24:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-04-09 18:24:55 +0000 |
commit | d3b6da8178e2f6dd841fa1c4d8ee0fbbd78a668c (patch) | |
tree | 5f522eccdce5d6170e817627648f96cf1d574075 /doc | |
parent | 27ddacce624d7580a19e77fa8a6f0bd0db844eb4 (diff) | |
download | tor-d3b6da8178e2f6dd841fa1c4d8ee0fbbd78a668c.tar.gz tor-d3b6da8178e2f6dd841fa1c4d8ee0fbbd78a668c.zip |
r19269@catbus: nickm | 2008-04-09 14:24:36 -0400
Backport r14212: Free some static hashtables and the log mutex on exit.
svn:r14333
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.020 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO.020 b/doc/TODO.020 index 1e9f03ca0f..7b7ff430a4 100644 --- a/doc/TODO.020 +++ b/doc/TODO.020 @@ -5,8 +5,8 @@ description of the patch.) Backport items for 0.2.0: o r14204: start policy refcounts at 1, not 2. o r14205: free authority certs on exit. - - r14212: free static hashtables and log mutex on exit. - - r14214: don't read torrc when all we + o r14212: free static hashtables and log mutex on exit. + - r14214: don't read torrc when all we do is --hash-password - r14329: update last_added_nonpadding for relay cells. Backport for 0.2.0 once better tested: |