Bug 584369 - history sync is busted on tip, r=philiKON

This commit is contained in:
Mike Connor 2010-08-04 11:07:50 -04:00
Родитель 967ecb4058
Коммит 213217a82e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -88,7 +88,7 @@ function HistoryStore(name) {
Store.call(this, name);
// Explicitly nullify our references to our cached services so we don't leak
Observers.add("places-shutdown", function() {
Svc.Obs.add("places-shutdown", function() {
for each([query, stmt] in Iterator(this._stmts))
stmt.finalize();
this.__hsvc = null;