What, if anything, do I have to be careful about doing to prevent the infamous IE circular reference memory leak when using ExtJS? I have seen this SO question and this ExtJS forum thread, but I'm hoping for some short checklist of things to do/avoid.
|
|
|
|
|
|
|
Crockford has a function that will prevent the memory leak (by breaking the circular references) for you. YUI has the purgeElement function in the Event utility that does basically the same thing. As long as you attach all listeners through |
||||
|
