Home / General / Legacy IE-JScript circular memory leak problem being worked out.
digWin is a community news sharing site for Microsoft Techies. Share interesting news/links and rate them!

Legacy IE-JScript circular memory leak problem being worked out.

People are already aware of IE-JScript circular memory leak problem. Let me take some time and explain in detail the reasons behind this. I will take a simple example which will demonstrate the leak. Let's say we have this script block within the HTML page.


<script>createElem = document.createElement;


function createCircRef(){    var elem = createElem("DIV");    elem.foo = new Object();    elem.foo.bar = elem;


    return elem;}


/*This big loop









Microsoft news, tips and tricks search

Comments


Post voted by 1 digWinners


Featured Links

User

Login | Register




Forgot Password?

Sponsor

Anti spam filter for mail servers
Anti spam, anti phishing and email management software for Exchange/SMTP/Lotus. Download a FREE trial!

Featured

Download Free Exchange Ebook

Categories

Upcoming NEW

Recent comments

Related Sites