[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PATCH] Lua Leak in OS Library
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 6 Sep 2009 18:45:27 -0300
> In my opinion, os.exit() is for exiting quickly and letting the OS
> worry about cleaning up.
Exactly. Nevertheless, in Lua 5.2, os.exit will accept a flag that tells
whether to close the Lua state.