diff options
author | dgp <dgp@users.sourceforge.net> | 2004-12-02 23:24:54 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-12-02 23:24:54 (GMT) |
commit | 280176a51c41883a5e086a971004ec6e6ab1820e (patch) | |
tree | c793de357ee6b036d50f0a0bc464a7cd38856f2d /ChangeLog | |
parent | e05bd52770456e6db2d99f2112bb78fae3619235 (diff) | |
download | tcl-280176a51c41883a5e086a971004ec6e6ab1820e.zip tcl-280176a51c41883a5e086a971004ec6e6ab1820e.tar.gz tcl-280176a51c41883a5e086a971004ec6e6ab1820e.tar.bz2 |
* generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case
where a ProcessGlobalValue might be assigned to itself.
* generic/tclEncoding.c (MakeFileMap): Correct refcounting errors
managing values returned by TclPathPart (with refCount of 1!) that
led to a memory leak. [Bug 1077474].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-12-02 Don Porter <dgp@users.sourceforge.net> + + * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case + where a ProcessGlobalValue might be assigned to itself. + + * generic/tclEncoding.c (MakeFileMap): Correct refcounting errors + managing values returned by TclPathPart (with refCount of 1!) that + led to a memory leak. [Bug 1077474]. + 2004-12-02 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tclPathObj.c: fix and new tests for [Bug 1074671] to |