summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-09 22:36:19 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-09 22:36:19 (GMT)
commit11dab762d5790cc735bd9b5239406d0b076f136f (patch)
treeb18d16468a8c5b2c27563f70d6b9137ec30adc98 /ChangeLog
parent0b59ce753401e295daaa781e76e9208a84e18548 (diff)
downloadtcl-11dab762d5790cc735bd9b5239406d0b076f136f.zip
tcl-11dab762d5790cc735bd9b5239406d0b076f136f.tar.gz
tcl-11dab762d5790cc735bd9b5239406d0b076f136f.tar.bz2
* generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of
refCount for the file path out of the branch after the whole conditional, closing a memory leak. Added clause on structure type to prevent seg.faulting. Forward port from valgrinding the Tcl 8.5 branch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9828b8..128df86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-09 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclBasic.c (TclEvalObjEx): Moved the #280 decrement of
+ refCount for the file path out of the branch after the whole
+ conditional, closing a memory leak. Added clause on structure type
+ to prevent seg.faulting. Forward port from valgrinding the Tcl 8.5
+ branch.
+
2009-11-08 Donal K. Fellows <dkf@users.sf.net>
* doc/string.n (bytelength): Noted that this command is not a good