Bug 390706 RLk stats jumped from 4.92 KB to 8.55 KB (r=mano)

This commit is contained in:
dietrich@mozilla.com 2007-08-02 18:04:01 -07:00
parent f4ad6ec2f8
commit 8b2b2a1f82

View File

@ -176,6 +176,9 @@ LivemarkService.prototype = {
},
_shutdown: function LS__shutdown() {
// remove bookmarks observer
this._bms.removeObserver(this);
for (var livemark in this._livemarks) {
if (livemark.loadGroup)
livemark.loadGroup.cancel(Cr.NS_BINDING_ABORTED);