Re: reference to delegates and garbage collection
Adam D. Ruppe via Digitalmars-d-learn Mon, 14 Jul 2014 11:45:57 -0700
I'm just guessing, but it looks to me that the delegate's pointer
might be on the stack there and isn't overwritten when the one
function returns, so the gc still thinks there might be an active
pointer to it.
- reference to delegates and garbage c... AnFive via Digitalmars-d-learn
- Re: reference to delegates and ... Adam D. Ruppe via Digitalmars-d-learn
- Re: reference to delegates and ... Kagamin via Digitalmars-d-learn