Bug 712345 - brace loop. r=zpao.

This commit is contained in:
Rafael Ávila de Espíndola 2011-12-20 13:54:24 -05:00
parent aa5355a6f4
commit fe837d4e56

View File

@ -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