Fixed no deallocation upon garbage collection Had been under the assumption Lua would handle the disposal of basic userdata when no `__gc` metamethod was otherwise specified. This assumption was incorrect.
Fixed no deallocation upon garbage collection Had been under the assumption Lua would handle the disposal of basic userdata when no `__gc` metamethod was otherwise specified. This assumption was incorrect.