lua-users home
lua-l archive

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


Hello,

Is it normal behaviour that userdata is only collected at lua_close(...), also if I call "gccollect()" insidy my script several times? Or am I doing something wrong?
 
Thanks.