зеркало из https://github.com/mozilla/gecko-dev.git
Bug 712345 - brace loop. r=zpao.
This commit is contained in:
Родитель
8767602d93
Коммит
b953409eea
|
@ -1634,8 +1634,9 @@ LoginManagerStorage_mozStorage.prototype = {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Finalize all statements to free memory, avoid errors later
|
// 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();
|
stmt.finalize();
|
||||||
|
}
|
||||||
this._dbStmts = {};
|
this._dbStmts = {};
|
||||||
|
|
||||||
// Close the connection, ignore 'already closed' error
|
// Close the connection, ignore 'already closed' error
|
||||||
|
|
Загрузка…
Ссылка в новой задаче