mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
Bug 654573 - asyncClose() a DB connection in about:permissions, to avoid crashes in about:memory, telemetry and Test Pilot. r=mak.
This commit is contained in:
parent
c666bbcf51
commit
d95893fd03
@ -425,6 +425,7 @@ let AboutPermissions = {
|
||||
|
||||
gSitesStmt.finalize();
|
||||
gVisitStmt.finalize();
|
||||
gPlacesDatabase.asyncClose(null);
|
||||
},
|
||||
|
||||
observe: function (aSubject, aTopic, aData) {
|
||||
|
Loading…
Reference in New Issue
Block a user