> If I'm not mistaken you are using ns4/Linux. As other platforms don't have > this problem as far as I know. No this is a general problem of NS4. Please read http://www.mail-archive.com/dynapi-dev%40lists.sourceforge.net/msg03569.html (and the revised fix I posted Saturday which is roughly equivalent to yours) > the reason we need the line "delete c " at all (apart from it being good > style) Emulating manual memory management in a language with automatic memory management isn't good style but a hack (a hack that is needed due to the bad memory handling of current browsers). > was in the fight against memory leaks in IE5/win > if(!(is.ns4&&is.platform=='other')) delete c; Could someone please give an example or better explain why IE makes a difference in memory handling between delete c and c = null. Stephan Tolksdorf _______________________________________________ Dynapi-Dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-dev
- Re[5]: [Dynapi-Dev] Attention... Robert Rainwater
- RE: Re[5]: [Dynapi-Dev] Attention... D. Joannou
- Re: Re[5]: [Dynapi-Dev] Attention... Richard Bennett
- RE:[Dynapi-Dev] Attention... Marc van Leeuwen
- Re[7]: [Dynapi-Dev] Attention... Robert Rainwater
- Re: Re[3]: [Dynapi-Dev] Attention... Scott Andrew LePera
- RE: Re[7]: [Dynapi-Dev] Attention... D. Joannou
- Re: Re[7]: [Dynapi-Dev] Attention... Doug Melvin
- Re[9]: [Dynapi-Dev] Attention... Robert Rainwater
- Re: Re[7]: [Dynapi-Dev] Attention... Richard Bennett
- Re: 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[3]: [Dynapi-Dev] Attention... Stephan Tolksdorf
- Re[11]: [Dynapi-Dev] Attention... Robert Rainwater