summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-18 17:18:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-18 17:18:54 (GMT)
commit653bcd908ccbb5daff9e2e4b6e01f64076a9247a (patch)
treed8691b015184f60db3d41b26c0e140bc032ec0e6 /ChangeLog
parent66e884275c19a6e17f016bf828eed7b61431888b (diff)
downloadtcl-653bcd908ccbb5daff9e2e4b6e01f64076a9247a.zip
tcl-653bcd908ccbb5daff9e2e4b6e01f64076a9247a.tar.gz
tcl-653bcd908ccbb5daff9e2e4b6e01f64076a9247a.tar.bz2
* win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.
Thanks to Joe Mistachkin for detection and patch. [Bug 2688184].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 660d511..ce814b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-18 Don Porter <dgp@users.sourceforge.net>
+
+ * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak.
+ Thanks to Joe Mistachkin for detection and patch. [Bug 2688184].
+
2009-02-20 Don Porter <dgp@users.sourceforge.net>
* generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType()