summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-11-09 22:35:29 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-11-09 22:35:29 (GMT)
commitbc34ab780eb1ae322a8bad7b0cc71e9bf2774f06 (patch)
treea175336db107c0e7eea4370729c8c54f9f18e41a /ChangeLog
parent1e583a7fa75fad88194efc07175027933f119930 (diff)
downloadtcl-bc34ab780eb1ae322a8bad7b0cc71e9bf2774f06.zip
tcl-bc34ab780eb1ae322a8bad7b0cc71e9bf2774f06.tar.gz
tcl-bc34ab780eb1ae322a8bad7b0cc71e9bf2774f06.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. Backport 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 b238882..5aa007f 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. Backport from valgrinding the Tcl 8.5
+ branch.
+
2009-10-23 Andreas Kupries <andreask@activestate.com>
* generic/tclCompCmds.c: [Bug 2881263] (TclCompileForeachCmd,