[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: finalizer not called for userdata created inside finalizer
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 13 Apr 2012 08:38:11 -0300
> > It does, as long as you use 'atexit' for typical 'atexit' uses, such as
> > cleaning up stuff. It really does not work if you want to run most of
> > your program inside an 'atexit'.
>
> Makes sense. Perhaps this behavior of finalizers could be documented
> though? [...]
Sure.
-- Roberto