Closed
Bug 804906
Opened 13 years ago
Closed 13 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•13 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•13 years ago
|
Assignee: nobody → eflores
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #675417 -
Flags: review?(chris.double)
Updated•13 years ago
|
Attachment #675417 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Assignee | ||
Comment 5•13 years ago
|
||
Needs to land on Aurora with 798448
status-firefox18:
--- → affected
Comment 6•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•