summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-03-18 17:08:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-03-18 17:08:11 (GMT)
commit538c2afa4a7741c3a8a459feb9c27f13848b9e7b (patch)
tree04aea2d97bd7f76f7d0b156b41f62ff8bf15454e /ChangeLog
parentc108da9362a1f3ad12bd7e73ad6524e9991762f3 (diff)
downloadtcl-538c2afa4a7741c3a8a459feb9c27f13848b9e7b.zip
tcl-538c2afa4a7741c3a8a459feb9c27f13848b9e7b.tar.gz
tcl-538c2afa4a7741c3a8a459feb9c27f13848b9e7b.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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d52c8e5..f8e4462 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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].
+
* generic/tclVar.c (TclLookupSimpleVar): Shift all calls to
Tcl_SetErrorCode() out of TclLookupSimpleVar and onto its callers,
where control with TCL_LEAVE_ERR_MSG flag is more easily handled.