Hi,
In message "Re: GC oddity"
on 02/01/21, "Chr. Rippel" <chr_news / gmx.net> writes:
|
|"ts" <decoux / moulon.inra.fr> wrote,
|....
|> This is why the GC is called conservative. The module is in the stack.
|
|meaning that I should live with the occasional resource leak? Oh well,
|any time I make another method or class declaration the un referenced
|Module/Object seems to leave the stack so it really is a negligible
|problem.
No. It just may not be released at the time you expected.
matz.