Workaround the leaks exposed by the workaround in bug 472253.

This commit is contained in:
Dave Camp
2009-01-05 21:05:18 -08:00
parent 59af88ade9
commit 4781519cc4

View File

@@ -113,6 +113,7 @@ PROT_XMLFetcher.prototype = {
cancel: function() {
this._request.onreadystatechange = null;
this._request.abort();
this._request = null;
},
/**