summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-07-22 18:12:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-07-22 18:12:27 (GMT)
commit531afdcf4e0d725402db70a2b207305dfa7f8903 (patch)
tree32cf1a24d00bcad25440bad46ae6c3eeb83b4c5b /tests/ioCmd.test
parent0e33b7250044536cb53b14805d37ac85d0edaa50 (diff)
downloadtcl-531afdcf4e0d725402db70a2b207305dfa7f8903.zip
tcl-531afdcf4e0d725402db70a2b207305dfa7f8903.tar.gz
tcl-531afdcf4e0d725402db70a2b207305dfa7f8903.tar.bz2
Avoid [thread::exit]; Using it leads to memleaks.
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 8d35ec7..dcca1f5 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -2814,7 +2814,9 @@ test iocmd.tf-24.17.bug3522560 {postevent for transfered channel} \
update
}
LOG THREAD-LOOP-DONE
- thread::exit
+ #thread::exit
+ # Thread exits cause leaks; Use clean thread shutdown
+ set forever yourGirl
}
LOG MAIN_WAITING