Skip to content

Commit a062572

Browse files
author
Cantor Chron
committed
Fix infinite loop in table unreaction.
1 parent 78acf47 commit a062572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/reactive/Reactive.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,8 +1451,8 @@ object Reactive {
14511451
val r = ref.get
14521452
if (r ne null) r.unreact()
14531453
else wht.removeEntryAt(i, null)
1454-
i += 1
14551454
}
1455+
i += 1
14561456
}
14571457
checkHashTable(wht)
14581458
}

0 commit comments

Comments
 (0)