Closed
Bug 1401427
Opened 6 years ago
Closed 6 years ago
stylo: fix leak on the UACacheReporter
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
1.80 KB,
patch
|
Details | Diff | Splinter Review | |
1.89 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
The UACacheReporter is leaking. So as to avoid a painful Gecko+Servo relanding dance, I will temporarily disable it (which is a Gecko-only change). Once I fix the leak, I will re-enable it.
![]() |
Assignee | |
Comment 1•6 years ago
|
||
![]() |
Assignee | |
Updated•6 years ago
|
Assignee: nobody → n.nethercote
Status: NEW → ASSIGNED
Pushed by philringnalda@gmail.com: https://hg.mozilla.org/integration/autoland/rev/6b2618acffea Temporarily disable UACacheReporter due to a leak.
Updated•6 years ago
|
Priority: -- → P5
![]() |
Assignee | |
Comment 3•6 years ago
|
||
The problem was the missing |gUACacheReporter = nullptr;|.
Attachment #8910127 -
Flags: review?(cam)
Updated•6 years ago
|
Attachment #8910127 -
Flags: review?(cam) → review+
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6b2618acffea
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
![]() |
Assignee | |
Comment 5•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8658f8f875d1d3015de7cdc495edea872436403f Bug 1401427 - Fix leak in the UACacheReporter and re-enable it. r=heycam.
Pushed by nnethercote@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/8658f8f875d1 Fix leak in the UACacheReporter and re-enable it. r=heycam.
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8658f8f875d1
You need to log in
before you can comment on or make changes to this bug.
Description
•