[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: void* in Lua_State for Application?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 2 Sep 2013 09:27:23 -0300
> Lua team, could you consider adding this call to luai_userstatefree in function close_state for a next version of Lua ? ;-)
There is already a "call" to luai_userstateclose in lua_close.
For the record, in file ltests.h, which come with the Lua tests, there
is a complete use of the LUAI_EXTRASPACE "feature" that can be used as
yet another usage example.
-- Roberto