summaryrefslogtreecommitdiffstats
path: root/tests/socket.test
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)
commitd6146b2e552c294199df0354470b89fe955a7345 (patch)
tree5030b9bb8c5b6283370cde4932a855856b72eb9d /tests/socket.test
parent958e525baf3292c31b387ce0306a8dc984419c6c (diff)
downloadtcl-d6146b2e552c294199df0354470b89fe955a7345.zip
tcl-d6146b2e552c294199df0354470b89fe955a7345.tar.gz
tcl-d6146b2e552c294199df0354470b89fe955a7345.tar.bz2
Avoid memory leak in test.
Diffstat (limited to 'tests/socket.test')
-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]