summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-08-11 20:40:32 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-08-11 20:40:32 (GMT)
commitca80199d12c1842a8046ed38269b20bbdbe2ca80 (patch)
tree240f6d1e24ef6dae6269f98ca53d8d0340a1742b /ChangeLog
parent60540fe921222a09d82443fcf37083e68e566afa (diff)
downloadtcl-ca80199d12c1842a8046ed38269b20bbdbe2ca80.zip
tcl-ca80199d12c1842a8046ed38269b20bbdbe2ca80.tar.gz
tcl-ca80199d12c1842a8046ed38269b20bbdbe2ca80.tar.bz2
* generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered
* tests/proc.test: by procbody::test::proc. See [Bug 2043636]. Added a test case demonstrating the leak before the fix. Fixed a few spelling errors in test descriptions as well.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a454d8..8deab7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-11 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered
+ * tests/proc.test: by procbody::test::proc. See [Bug 2043636].
+ Added a test case demonstrating the leak before the fix. Fixed a
+ few spelling errors in test descriptions as well.
+
2008-08-11 Don Porter <dgp@users.sourceforge.net>
* library/http/http.tcl: Bump http version to 2.7.1 to account