Closed
Bug 1457060
Opened 8 years ago
Closed 8 years ago
dereference MixerCallback and receiver on separate lines
Categories
(Core :: Audio/Video, enhancement, P2)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: karlt, Assigned: karlt)
Details
Attachments
(1 file)
There are some crash reports where it is not clear whether the problem is with
dereferencing the MixerCallback or its receiver. Doing this on separate
lines, will mean that the lines in crash report will indicate which is the
problem.
e.g.
https://crash-stats.mozilla.com/report/index/9c641b4b-e412-4cf9-816b-577d00180328
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8971136 [details]
bug 1457060 dereference MixerCallback and receiver on separate lines
https://reviewboard.mozilla.org/r/239918/#review245634
Attachment #8971136 -
Flags: review?(padenot) → review+
Updated•8 years ago
|
Rank: 15
Priority: -- → P2
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63fca25d8f74
dereference MixerCallback and receiver on separate lines r=padenot
Comment 4•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•