Skip to content

Commit 551b8ec

Browse files
committed
Fix LeakError in core/mutex/lock_spec.rb
1 parent 435ee62 commit 551b8ec

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/mutex/lock_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@
8585
ensure
8686
t1.kill rescue nil
8787
t2.kill rescue nil
88+
89+
t1.join
90+
t2.join
8891
end
8992
end

0 commit comments

Comments
 (0)