>> So do you think there's a difference between delete c, and c=null as far as >> memory-leaking is concerned? > > To restate my postition: I don't think there's a difference concerning > memory-leaking. Concerning this particular spot I would even say the "delete c" or "c = null" statements are both superfluous. c.del() calls specificRemove which removes all references to objects in the IE document tree. After this call the only second reference to c in the array this.children is killed by overwriting. So c becomes the only reference to a nearly empty simple JS object which finally gets marked for garbage collection after c has gone out of scope when DynObject.prototype.deleteChild returns. Stephan _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev
- Re: Re[7]: [Dynapi-Dev] Attention... Richard Bennett
- Re[9]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re: Re[9]: [Dynapi-Dev] Attention... Doug Melvin
- Re: Re[9]: [Dynapi-Dev] Attention... Doug Melvin
- Re[11]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re: [Dynapi-Dev] Attention... Jordi Ministral
- Re[2]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re: [Dynapi-Dev] Attention... Jordi Ministral
- Re: [Dynapi-Dev] Attention... Richard Bennett
- Re[2]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re[11]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re[11]: [Dynapi-Dev] Attention... Robert Rainwater
- Re: [Dynapi-Dev] Attention... Michael Pemberton
- Re: Re[11]: [Dynapi-Dev] Attention... Doug Melvin
- Re[13]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- RE: Re[13]: [Dynapi-Dev] Attention... Pascal Bestebroer
- RE: Re[13]: [Dynapi-Dev] Attention... Digital Strider
- Re[15]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re: Re[13]: [Dynapi-Dev] Attention... Richard Bennett
- Re[15]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- RE: Re[15]: [Dynapi-Dev] Attention... Pascal Bestebroer