diegodan1893/Iris-Engine

Object with references to themselves can't be collected by the Lua GC

Opened this issue · 0 comments

Affects objects that can store references to Lua functions such as Buttons and ClickableMaps. If those functions contain a reference to the object itself, the garbage collector can't collect it even if no other references exist.