Closed
Bug 1621251
Opened 6 years ago
Closed 6 years ago
Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla76
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: anjali.jha1903, Assigned: anjali.jha1903, Mentored)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
Updated•6 years ago
|
Priority: -- → P5
Whiteboard: [necko-triaged]
Updated•6 years ago
|
Assignee: nobody → anjali.jha1903
Mentor: valentin.gosu
| Assignee | ||
Comment 1•6 years ago
|
||
Depends on D66114
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a1586e76eba6
Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
Comment 3•6 years ago
|
||
| bugherder | ||
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•