mirror of
https://github.com/janet-lang/janet
synced 2026-08-16 23:38:51 +00:00
Was very borked. The sweep phase should drop references to unused abstracts but wasn't, resulting in each collection decrementing the count by one until 0 was hit, even if other threads maintained a reference.