Bug 793361 - Apps, SystemMessages: free message manager references for killed children. r=fabrice

This commit is contained in:
Gregor Wagner
2012-10-01 13:29:59 -07:00
parent 448361ae9c
commit 0b4a36cbbb
6 changed files with 36 additions and 76 deletions

View File

@@ -143,7 +143,6 @@ SystemMessageManager.prototype = {
},
uninit: function sysMessMgr_uninit() {
cpmm.sendAsyncMessage("SystemMessageManager:Unregister", { });
this._handlers = null;
this._pendings = null;
},