
Removing JWPlayer in IE11 Memory Leak
There is a memory leak in jwPlayer and IE11. Have tried several methods for removing the player:
jwplayer.remove(id);
and other swfobject removal including the memory leak preventing fix:
//This step prevents memory leaks in Internet Explorer
function cleanNode(obj){
for (var i in obj) {
if (typeof obj[i] === "function") {
obj[i] = null;
}
}
}
However, the memory leak still persists. Here is a public link that contains the example.
https://ac0f12b6.srvdir.net