lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 8 March 2011 16:07, Axel Kittenberger <axkibe@gmail.com> wrote:
> Sorry I ment the other way around, is GC everything guaranteed on end
> of script due to return?
>

Yes, in the standard Lua interpreter. It calls lua_close():
http://www.lua.org/manual/5.1/manual.html#lua_close

Regards,
Matthew