Bug 712345 - brace loop. r=zpao.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-20 13:54:24 -05:00
Родитель 8767602d93
Коммит b953409eea
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1634,8 +1634,9 @@ LoginManagerStorage_mozStorage.prototype = {
}
// Finalize all statements to free memory, avoid errors later
for each (let stmt in this._dbStmts)
for each (let stmt in this._dbStmts) {
stmt.finalize();
}
this._dbStmts = {};
// Close the connection, ignore 'already closed' error