diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 14:50:40 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-02-25 14:50:40 (GMT) |
commit | ac30665488b084dc91b7b4510921184a00e7ac51 (patch) | |
tree | 8bc940cd6a3ccad13526413d5406fc4a3f89d253 /ChangeLog | |
parent | 9314539d269d7799c7b0d8476102bebe351c7a4b (diff) | |
download | tcl-ac30665488b084dc91b7b4510921184a00e7ac51.zip tcl-ac30665488b084dc91b7b4510921184a00e7ac51.tar.gz tcl-ac30665488b084dc91b7b4510921184a00e7ac51.tar.bz2 |
Fix memleak with long hostnames. [Bug 888777]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2004-02-25 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixChan.c (TcpGetOptionProc): Stop memory leak with + very long hostnames. [Bug 888777] + 2004-02-25 Pat Thoyts <patthoyts@users.sourceforge.net> * win/tclWinDde.c: Removed some gcc warnings - except for the |