lua-users home
lua-l archive

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


> ???? Do I need to call anything to clean up my parameters???

No. When a C function returns to Lua, the stack is cleared.

-- Roberto