You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without fix:
- when `ELEMENT_CACHE` is not empty (e.g. `SPAN` was created with `new Element('span'))`, IE will leak memory for `DIV` and `ELEMENT_CACHE` after page unload.
- when `ELEMENT_CACHE` is empty, `DIV` is cleaned correctly without any additional actions.
Problem detected and fix tested in sIEve-0.0.8.
0 commit comments