Closed
Bug 1621589
Opened 5 years ago
Closed 5 years ago
Convert struct rtcweb_datachannel_open_request* req to a UniqueFreePtr
Categories
(Core :: Networking, enhancement, P5)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: sonakshisaxena1, Assigned: sonakshisaxena1, Mentored)
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36
Steps to reproduce:
Converting the raw pointer - req to a UniquePtr, and thereby removing all the free calls to the same.
Assignee | ||
Comment 1•5 years ago
|
||
(In reply to Sonakshi Saxena from comment #0)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36
Steps to reproduce:
Converting some raw pointers to UniquePtr, and thereby removing all the free calls to the same.
Updated•5 years ago
|
Assignee: nobody → sonakshisaxena1
Component: General → Networking
Priority: -- → P5
Summary: Refactoring of DataChannel.cpp with UniquePtr → Convert struct rtcweb_datachannel_open_request* req to a UniqueFreePtr
Whiteboard: [necko-triaged]
The target for refactoring is the variable here
Mentor: valentin.gosu
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Attachment #9133437 -
Attachment description: Bug 1621589 - Converted req pointer to uniqueptr → Bug 1621589 - Convert pointer to rtcweb_datachannel_open_request to UniqueFreePtr
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/fccd15d455de
Convert pointer to rtcweb_datachannel_open_request to UniqueFreePtr r=valentin
Comment 5•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 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
•