aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-22 19:13:02 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-22 19:13:02 +0000
commit36620ca0567561ddda6f867440119e705409b3fa (patch)
treed484b446586085327809751f149c2ad3ba156693 /ChangeLog
parent84790d059fc08bc086104a8ee0486690c0d0adba (diff)
downloadtor-36620ca0567561ddda6f867440119e705409b3fa.tar.gz
tor-36620ca0567561ddda6f867440119e705409b3fa.zip
r9718@catbus: nickm | 2007-01-22 14:13:00 -0500
Free CACHE_STATE_DONE cached_router_t items on dns_free_all(). svn:r9386
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7695b97423..d504015292 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,8 @@ Changes in version 0.1.2.7-alpha - 2007-??-??
bytes.)
- Fix as-yet-unused reverse IPv6 lookup code so it sends nybbles in the
correct order.
+ - Free memory held in recently-completed DNS lookup attempts on exit.
+ This was not a memory leak, but may have been hiding memory leaks.
Changes in version 0.1.2.6-alpha - 2007-01-09