summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2016-07-11 17:13:09 (GMT)
committerdgp@users.sourceforge.net <dgp>2016-07-11 17:13:09 (GMT)
commit0dc24883fc7c1fd8832207c885c590472e208df5 (patch)
tree5030b9bb8c5b6283370cde4932a855856b72eb9d
parentb065a22826be4dc388ac7c5877843aa9edfc2e2e (diff)
downloadtcl-0dc24883fc7c1fd8832207c885c590472e208df5.zip
tcl-0dc24883fc7c1fd8832207c885c590472e208df5.tar.gz
tcl-0dc24883fc7c1fd8832207c885c590472e208df5.tar.bz2
Avoid memory leak in 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]