1) portal page to open and then shut down;
2) directly to refresh the page
Leakage of 20 + M, continued growth in non-release
Modify the leakage points are as follows:
Leakage point / treatment
General points ---------
1) js Object dom two-way object references / object recorded by the overall situation, unload time the release of Unity
2) way to add event / yui use the addListener, because it will unload when the unification of the release of
3) global array not freed / cycle arr [i] = null; delete arr [i];
-------- somewhat special ops
4) the cycle of use addListener to yui page with all the elements of change events, such as some elements (button) did not change the events will leak







