summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-11 17:13:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-11 17:13:09 (GMT)
commite19d125606278445af20df5b1d452945450776da (patch)
tree5030b9bb8c5b6283370cde4932a855856b72eb9d /tests
parent68432b7ed1a1020765f87ce26588d4b4f6962274 (diff)
downloadtcl-e19d125606278445af20df5b1d452945450776da.zip
tcl-e19d125606278445af20df5b1d452945450776da.tar.gz
tcl-e19d125606278445af20df5b1d452945450776da.tar.bz2
Avoid memory leak in test.
Diffstat (limited to 'tests')
-rw-r--r--tests/socket.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/socket.test b/tests/socket.test
index 8473602..d43c41c 100644
--- a/tests/socket.test
+++ b/tests/socket.test
@@ -1782,7 +1782,6 @@ test socket_$af-13.1 {Testing use of shared socket between two threads} -body {
set i 0
vwait x
close $f
- thread::wait
}]]
set port [thread::send $serverthread {set listen}]
set s [socket $localhost $port]