lua-users home
lua-l archive

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


> How does one track memory leaks in a Lua application?

I've found it helpful to wrap lua_ref/lua_unref calls in my app to
ensure that I unref all that I've ref'ed. 

Drew