[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Unloading shared libraries loaded by require()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 4 Feb 2011 00:00:55 -0200
> 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.