]> source.dussan.org Git - jquery.git/commitdiff
actually don't need to null out as much as i thought i did to fix that memory leak
authorBrandon Aaron <brandon.aaron@gmail.com>
Tue, 21 Apr 2009 19:09:47 +0000 (19:09 +0000)
committerBrandon Aaron <brandon.aaron@gmail.com>
Tue, 21 Apr 2009 19:09:47 +0000 (19:09 +0000)
src/support.js

index dc7ad8fefba17bef74444eeae8e3c2595694352b..891aa7af1eebf17089571a0bc0077be39393ea96 100644 (file)
@@ -91,7 +91,7 @@
        });
 
        // release memory in IE
-       root = script = div = all = a = null;
+       div = null;
 })();
 
 jQuery.props = {