Closed
Bug 54275
Opened 25 years ago
Closed 25 years ago
Shell using XPCOM after it is shut down
Categories
(Core :: XPConnect, defect, P3)
Core
XPConnect
Tracking
()
VERIFIED
FIXED
People
(Reporter: jonsmirl, Assigned: jband_mozilla)
Details
Attachments
(1 file)
589 bytes,
patch
|
Details | Diff | Splinter Review |
Bug 53933 implements fixes to XPCOM shutdown so that it really shuts all the
way down. This mean nsCOMPtr variables must be released before shutting down
XPCOM. The following patch fixes the shell to do this.
Assignee | ||
Comment 2•25 years ago
|
||
I'll buy that. But *please* no tabs in new code. And especially no tabs that
violate the "tab-width" directive at the top of the file. Thanks for pointing
this out.
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 3•25 years ago
|
||
Fix checked in to trunk. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•