X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fmanipulation.js;h=493082212d8410d0ffe4c2d19e407139f18e4e54;hp=96caa02d0b2948a14b91343b44b0d8900383c890;hb=fcf623786aeae20485e5253bd2b66c8758053646;hpb=4e86766d54a71263f8e7cbf2957405e12d9b8b36 diff --git a/src/manipulation.js b/src/manipulation.js index 96caa02..4930822 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -617,6 +617,11 @@ jQuery.extend({ jQuery.removeEvent( elem, type, data.handle ); } } + + // Null the DOM reference to avoid IE6/7/8 leak (#7054) + if ( data.handle ) { + data.handle.elem = null; + } } if ( deleteExpando ) {