diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-08-11 19:01:54 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-08-11 19:01:54 (GMT) |
commit | 393b349e6328bb105f6f2aca4197831c77b53757 (patch) | |
tree | 83c9f82292818dd1c83e3e39efb972d185a0e914 /ChangeLog | |
parent | 79a09708a7d424ca4f456af81a4afcf38f45c1bf (diff) | |
download | tcl-393b349e6328bb105f6f2aca4197831c77b53757.zip tcl-393b349e6328bb105f6f2aca4197831c77b53757.tar.gz tcl-393b349e6328bb105f6f2aca4197831c77b53757.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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |