diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-22 19:13:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-22 19:13:02 +0000 |
commit | 36620ca0567561ddda6f867440119e705409b3fa (patch) | |
tree | d484b446586085327809751f149c2ad3ba156693 /ChangeLog | |
parent | 84790d059fc08bc086104a8ee0486690c0d0adba (diff) | |
download | tor-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |