Closed
Bug 1029478
Opened 11 years ago
Closed 11 years ago
Remove dangerous public destructor of TransportFlow
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: bjacob, Assigned: mccr8)
References
Details
Attachments
(1 file)
|
4.01 KB,
patch
|
abr
:
review+
|
Details | Diff | Splinter Review |
In bug 1028588 we removed all dangerous public destructors of XPCOM-refcounted classes outside of a finite whitelist, see HasDangerousPublicDestructor. Now we are going over the entries in this whitelist.
One of them is: TransportFlow
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → continuation
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8464351 -
Flags: review?(adam)
Comment 2•11 years ago
|
||
Comment on attachment 8464351 [details] [diff] [review]
Remove dangerous public destructor of TransportFlow.
Review of attachment 8464351 [details] [diff] [review]:
-----------------------------------------------------------------
Looks reasonable. One small nit...
::: media/mtransport/transportflow.h
@@ +65,1 @@
> ~TransportFlow();
I'd prefer if we moved this down to the existing "private" section.
Attachment #8464351 -
Flags: review?(adam) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
> I'd prefer if we moved this down to the existing "private" section.
Done.
https://hg.mozilla.org/integration/mozilla-inbound/rev/9cdb0d2dcf5d
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•11 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•