katsaii / catspeak-lang

A cross-platform modding language for GameMaker games.
https://www.katsaii.com/catspeak-lang/
MIT License
92 stars 6 forks source link

Fix 3.0.1 - Fixed `catspeak_collect()` from crashing #105

Closed tabularelf closed 1 year ago

tabularelf commented 1 year ago

Without decrementing i or poolSize, eventually it attempts to collect from the pool at a position that's empty, resulting in a crash. This PR remedies this by decreasing both i and poolSize after deleting the dead weakref from the pool.