Bug 349173 - Extension manager is leaking. r=bsmedberg

This commit is contained in:
rob_strong%exchangecode.com 2006-08-20 23:42:45 +00:00
parent f2a5cc3848
commit d6a597a1f1

View File

@ -2809,6 +2809,7 @@ ExtensionManager.prototype = {
*/
_shutdown: function() {
gOS.removeObserver(this, "xpcom-shutdown");
gOS.removeObserver(this, "profile-after-change");
// Release strongly held services.
gOS = null;