Threading bugs

Johan Granberg lijat.meREM at OVEgmail.com
Tue Jun 26 16:09:57 PDT 2007


Tristam MacDonald wrote:

> Would explicitly running a full collect cycle at the end of main (and
> wrapping logic in an inner function work around this? More likely some
> would still be left though.

I think it would work if you ensure that no valid references is left in
scope when you does so. (set all globals and the local references in main
to null)


More information about the Digitalmars-d-learn mailing list