summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-09 18:24:55 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-09 18:24:55 +0000
commitd3b6da8178e2f6dd841fa1c4d8ee0fbbd78a668c (patch)
tree5f522eccdce5d6170e817627648f96cf1d574075 /ChangeLog
parent27ddacce624d7580a19e77fa8a6f0bd0db844eb4 (diff)
downloadtor-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 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 770fcf9eee..4767cfcb97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@ Changes in version 0.2.0.24-rc - 2008-04-0?
Bugfix on 0.2.0.16-alpha.
- Free authority certificates on exit, so they don't look like memory
leaks. Bugfix on 0.2.0.19-alpha.
+ - Free static hashtables for policy maps and for TLS connections on
+ shutdown, so they don't look like memory leaks. Bugfix on 0.2.0.x.
Changes in version 0.2.0.23-rc - 2008-03-24