* test/openssl/test_pair.rb (test_ecdh_callback): fix thread leak.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-07-29 12:41:09 +00:00
Родитель ede1c141c6
Коммит 621bf532fc
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -368,6 +368,7 @@ module OpenSSL::TestPairM
sock1.close if sock1
sock2.close if sock2
accepted.close if accepted.respond_to?(:close)
th.join rescue nil
end
def test_connect_accept_nonblock_no_exception