summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-05-02 21:30:35 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-05-02 21:30:35 (GMT)
commitee85deffc09d4eccdbdb33e8934c84a1114922b7 (patch)
tree19c4d5fe108a257d2bfe50a9590e179c5c2c45da /ChangeLog
parent0a3cc905071ab12adf09fed2716e488adc24178f (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c75cef..846c746 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>