mirror of
https://github.com/janet-lang/janet
synced 2025-07-02 10:02:49 +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.