Closed
Bug 804906
Opened 9 years ago
Closed 9 years ago
GonkIOImageSurface::GetAsSurface leaks
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
Tracking | Status | |
---|---|---|
firefox18 | --- | fixed |
People
(Reporter: eflores, Assigned: eflores)
References
Details
Attachments
(1 file)
2.05 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment 1•9 years ago
|
||
This was introduced in the patch in bug 794061. The ColorConverter object is allocated via operator new but not free'd.
Depends on: 794061
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → eflores
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #675417 -
Flags: review?(chris.double)
Updated•9 years ago
|
Attachment #675417 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0d1ffbe9a87
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c0d1ffbe9a87
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 5•9 years ago
|
||
Needs to land on Aurora with 798448
status-firefox18:
--- → affected
Comment 6•9 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/1f1268783f84 a=gal per bug 798448 comment 51.
You need to log in
before you can comment on or make changes to this bug.
Description
•