lua-users home
lua-l archive

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


Hello L,

Wednesday, October 25, 2006, 2:38:37 PM, you wrote:

Lk> Hi, every 
Lk> guys:
Lk> ??When i use luaL_loadfile("some.lua"), and i 
Lk> called aux_do(). but right now, i wanna to unload the "some.lua" script
Lk> buffer, and free all objects defined in "some.lua".?

Lk> how to do this? anyone ,please give me some 
Lk> help.

You don't need unload it, gc system will do.

-- 
Best regards,
 cloudwu                            mailto:cloudwu@163.com
            http://blog.codingnow.com

[This will pass too]