diff options
author | dgp <dgp@users.sourceforge.net> | 2011-09-19 17:46:07 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-09-19 17:46:07 (GMT) |
commit | 8030552fb8970dd2d0540e66f4b9f33557d8e78e (patch) | |
tree | db38e127bf43014f5693035ed7bcf55fa61217dc /ChangeLog | |
parent | 78c9ad25ed4772631a7ac53139b68061ba881e2b (diff) | |
parent | 71ccb108c1bc10efa33e1318cf6079986176e0fd (diff) | |
download | tcl-8030552fb8970dd2d0540e66f4b9f33557d8e78e.zip tcl-8030552fb8970dd2d0540e66f4b9f33557d8e78e.tar.gz tcl-8030552fb8970dd2d0540e66f4b9f33557d8e78e.tar.bz2 |
Plug most memory leaks in thread.test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2011-09-15 Don Porter <dgp@users.sourceforge.net> + * tests/thread.test: Plug most memory leaks in thread.test Constrain + the rest to be skipped during `make valgrind`. Tests using the + [testthread cancel] testing command are leaky. Corrections wait for + either addition of [thread::cancel] to the Thread package, or improvements + to the [testthread] testing command to make leak-free versions of these + tests possible. + * generic/tclIORChan.c: Plug all memory leaks in ioCmd.test exposed * tests/ioCmd.test: by `make valgrind`. * unix/Makefile.in: |