diff options
author | Kevin B Kenny <kennykb@acm.org> | 2007-05-02 01:37:28 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2007-05-02 01:37:28 (GMT) |
commit | f7a689954d82d07cfd1e77353edbfb7ef96fafd6 (patch) | |
tree | d6872063b78f6f9c99c9ef9e61339e55608299fe /ChangeLog | |
parent | e363ced3b4481084d34d11085cfd95b2bf71fe6c (diff) | |
download | tcl-f7a689954d82d07cfd1e77353edbfb7ef96fafd6.zip tcl-f7a689954d82d07cfd1e77353edbfb7ef96fafd6.tar.gz tcl-f7a689954d82d07cfd1e77353edbfb7ef96fafd6.tar.bz2 |
* tests/utf.test (utf-25.1--utf-25.4): Modified tests to
clean up after the 'testobj' extension to avoid spurious
reports of memory leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,6 +11,9 @@ first. [Bug 1710285] * generic/tclThread.c (TclFinalizeSynchronization): Make sure that TSD blocks get freed on non-threaded builds. [Bug 1710825] + * tests/utf.test (utf-25.1--utf-25.4): Modified tests to + clean up after the 'testobj' extension to avoid spurious + reports of memory leaks. 2007-05-01 Don Porter <dgp@users.sourceforge.net> |