Re: Module finalization (along the lines of calling a function on exit)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Module finalization (along the lines of calling a function on exit)
- From: Rici Lake <lua@...>
- Date: 2005年8月22日 19:41:41 -0500
On 22-Aug-05, at 7:29 PM, David Burgess wrote:
Lua 5.1 does unload modules. This happens at lua_close().
The reason why you need it in Win32 is for code like:
Yeah, after I wrote that I noticed that it does that for Windows. I
stand corrected.