Re: How to unload script.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to unload script.
- From: cloudwu <cloudwu@...>
- Date: 2006年10月25日 20:51:13 +0800
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]