Bug 605726 - Remove the XMLSinkObserver to avoid leaking. r=pike a=test-only

--HG--
extra : rebase_source : f17fdd007749d55a18f27934f7fa5e82e12bc655
This commit is contained in:
Josh Matthews 2010-10-05 02:06:28 -04:00
Родитель 57ab230fc9
Коммит 9555ff4f72
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -67,6 +67,8 @@ rdfLoadObserver.prototype =
}
gPending -= 1;
this.ds.removeXMLSinkObserver(this);
if (gPending == 0) {
do_test_pending();