mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Add missing removeObserver call to fix leak. b=285910 r=mconnor
This commit is contained in:
parent
98119ac2c1
commit
0e563459d4
@ -551,6 +551,7 @@ function Shutdown()
|
||||
observerService.removeObserver(gDownloadObserver, "dl-failed");
|
||||
observerService.removeObserver(gDownloadObserver, "dl-start");
|
||||
observerService.removeObserver(gDownloadObserver, "xpinstall-download-started");
|
||||
observerService.removeObserver(gDownloadObserver, "xpinstall-dialog-close");
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user