Closed
Bug 1301217
Opened 9 years ago
Closed 9 years ago
Ensure mscom RegisteredProxy objects are aware of the apartment from which they were instantiated
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: bugzilla, Assigned: bugzilla)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
4.83 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
Some members of the RegisteredProxy object should be destroyed in the MTA if they were created in the MTA. Failure to do so may lead to crashes when CoUninitialize is called.
| Assignee | ||
Comment 1•9 years ago
|
||
This patch also implements mozilla::mscom::IsCurrentThreadMTA() for Vista and XP, since a false negative is no longer acceptable.
Attachment #8789085 -
Flags: review?(jmathies)
Updated•9 years ago
|
Attachment #8789085 -
Flags: review?(jmathies) → review+
| Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/94d0169e939509680f714fb055a43e4e0e7d1e99
Bug 1301217: Ensure that RegisteredProxy objects are MTA-aware; r=jimm
Comment 3•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
| Assignee | ||
Comment 4•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•