summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2008-08-11 20:13:39 (GMT)
committerandreas_kupries <akupries@shaw.ca>2008-08-11 20:13:39 (GMT)
commit8db6611c4c31932335de5a0c12de2a48830859b4 (patch)
treefee0c8028045472b91b463fd042c94c3f0f82611 /ChangeLog
parent24cd37cd688085d4c016ab87e112add167d69173 (diff)
downloadtcl-8db6611c4c31932335de5a0c12de2a48830859b4.zip
tcl-8db6611c4c31932335de5a0c12de2a48830859b4.tar.gz
tcl-8db6611c4c31932335de5a0c12de2a48830859b4.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 023241f..030f11c 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-07-28 Andreas Kupries <andreask@activestate.com>
* generic/tclBasic.c: Added missing release of extended command