summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2007-05-02 01:37:28 (GMT)
committerKevin B Kenny <kennykb@acm.org>2007-05-02 01:37:28 (GMT)
commitf7a689954d82d07cfd1e77353edbfb7ef96fafd6 (patch)
treed6872063b78f6f9c99c9ef9e61339e55608299fe /ChangeLog
parente363ced3b4481084d34d11085cfd95b2bf71fe6c (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15f200e..16a74bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>