diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-05-02 21:30:35 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-05-02 21:30:35 (GMT) |
commit | ee85deffc09d4eccdbdb33e8934c84a1114922b7 (patch) | |
tree | 19c4d5fe108a257d2bfe50a9590e179c5c2c45da /ChangeLog | |
parent | 0a3cc905071ab12adf09fed2716e488adc24178f (diff) | |
download | tcl-ee85deffc09d4eccdbdb33e8934c84a1114922b7.zip tcl-ee85deffc09d4eccdbdb33e8934c84a1114922b7.tar.gz tcl-ee85deffc09d4eccdbdb33e8934c84a1114922b7.tar.bz2 |
* generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):
Corrected several memory leaks that caused refcount imbalances
resulting in memory leaks on Windows. Thanks to Joe Mistachkin
for the patch.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount imbalance that affected the filesystem-[147]* tests in the test suite. Thanks to Don Porter for the patch. [Bug 1710707] + * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): + Corrected several memory leaks that caused refcount imbalances + resulting in memory leaks on Windows. Thanks to Joe Mistachkin + for the patch. 2007-05-01 Miguel Sofer <msofer@users.sf.net> |