mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 712345 - brace loop. r=zpao.
This commit is contained in:
parent
aa5355a6f4
commit
fe837d4e56
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user