Closed
Bug 906152
Opened 12 years ago
Closed 12 years ago
use StaticRefPtr in DataChannel.cpp to avoid a static constructor
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: froydnj, Unassigned)
Details
Attachments
(1 file)
1.54 KB,
patch
|
jduell.mcbugs
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
We destroy gDataChannelShutdown manually anyway, so we didn't need a full-blown smart
pointer destruction registered anyway.
Attachment #791436 -
Flags: review?(jduell.mcbugs)
Comment 2•12 years ago
|
||
Comment on attachment 791436 [details] [diff] [review]
use StaticRefPtr in DataChannel.cpp to avoid a static constructor
Review of attachment 791436 [details] [diff] [review]:
-----------------------------------------------------------------
thanks Nathan!
Attachment #791436 -
Flags: review?(jduell.mcbugs) → review+
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•