lua-users home
lua-l archive

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


Dear,

In a lua file has many function, I use "luaL_loadfile " load the file,
then call lua_call to exec the file.
I want to know when the lua_call function finished, where is the functions in
lua?

If now I call lua_gc to collect the memory, Will gc release the memory used by the funtions?
 				
--------------
Aurora
2010-04-14