From: SourceForge.net <no...@so...> - 2008-07-25 13:31:53
|
Bugs item #2027823, was opened at 2008-07-25 19:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=2027823&group_id=5757 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DynAPI 3 API Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: prabhu (praboo_p) Assigned to: Nobody/Anonymous (nobody) Summary: Memory leak when a html containing form is reloaded Initial Comment: Version: 3.0.0 (Beta 2) and all previous versions. There is a memory leak if html containing 'form' element is reloaded. If you run the attached sample in IE 7, you can see in task manager the memory is consistently increasing. If you replace the line lyr.setHTML(form_causes_leak); with lyr.setHTML(this_doesnt_leak); and rerun the sample, there is no memory leak. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105757&aid=2027823&group_id=5757 |