Closed
Bug 1090374
Opened 8 years ago
Closed 2 years ago
Convert MessageChannel::mLink to a UniquePtr
Categories
(Core :: IPC, defect, P3)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
This will make it harder to accidentally leak.
![]() |
||
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
I was going to file this bug, but lo and behold, I already filed it 6 years ago.
Summary: Convert MessageChannel::mLink to an nsAutoPtr → Convert MessageChannel::mLink to a UniquePtr
Assignee | ||
Updated•2 years ago
|
Severity: normal → N/A
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → continuation
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
I thought there was a race in the existing code, but on further thought, it is just my patch that introduces a race. See bug 1644922.
See Also: → 1644922
Pushed by amccreight@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/35c1f0461407 Convert MessageChannel::mLink to a UniquePtr. r=froydnj
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•