Closed
Bug 714378
Opened 13 years ago
Closed 13 years ago
Close connections in storage/test/unit/vacuumParticipant.js
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: espindola, Assigned: espindola)
Details
Attachments
(1 file)
1.35 KB,
patch
|
mak
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 585069 [details] [diff] [review]
Close connections in storage/test/unit/vacuumParticipant.js
Review of attachment 585069 [details] [diff] [review]:
-----------------------------------------------------------------
::: storage/test/unit/vacuumParticipant.js
@@ +99,5 @@
> openSpecialDatabase("memory");
> }
> else if (aData == "dispose") {
> Services.obs.removeObserver(this, "test-options");
> + this._dbConn.asyncClose();
put this in a try catch like the previous ones please.
Attachment #585069 -
Flags: review?(mak77) → review+
Updated•13 years ago
|
Summary: Close connections in storage/test/unit/vacuumParticipant.j → Close connections in storage/test/unit/vacuumParticipant.js
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Updated•1 month ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•