Closed
Bug 1765162
Opened 4 years ago
Closed 4 years ago
Fix leak in GlyphCacheEntry
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
101 Branch
| Tracking | Status | |
|---|---|---|
| firefox101 | --- | fixed |
People
(Reporter: lsalzman, Assigned: lsalzman)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 years ago
|
||
GlyphBuffer was getting allocated but never destroyed.
This adds a destructor that fixes that.
Pushed by lsalzman@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/548c9caeb3c1
Fix leak in GlyphCacheEntry. r=aosmond
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox101:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 101 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•