lua-users home
lua-l archive

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


> Is there any way to unload a shared library after is has been loaded by require()?

See unrequire in http://lua-users.org/lists/lua-l/2009-03/msg00587.html

You may need to collect gargage after calling unrequire.