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
Родитель 5b2b137cbd
Коммит d04bb95cf9
1 изменённых файлов: 1 добавлений и 0 удалений

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

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