[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Change in GC behaviour -- Ever-increasing memory usage
- From: Gabriel de Quadros Ligneul <gqligneul@...>
- Date: Wed, 30 Jan 2019 10:20:56 -0200
> I may be misunderstanding but ... Don't you just keep creating
> userdata and filling up the Lua stack? There's no lua_pop or similar.
> luaL_unref [-0, +0, -] only unrefs the object, but doesn't pop it.
luaL_ref pops the userdata from the stack.