Bug 668000 - browser_pageInfo.js leaks

This commit is contained in:
Dão Gottwald 2011-06-29 16:38:31 +02:00
parent a4398294bc
commit a49e900b9d

View File

@ -15,6 +15,7 @@ function test() {
if (topic != "page-info-dialog-loaded")
return;
Services.obs.removeObserver(observer, topic);
handlePageInfo();
}