Closed
Bug 1510665
Opened 6 years ago
Closed 1 year ago
Performance Warning: Missing recycle() calls
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Many resources, such as TypedArrays, VelocityTrackers, etc., should be recycled (with a recycle() call) after use. This lint check looks for missing recycle() calls
Affected Class:
SimpleExoPlayer
Updated•6 years ago
|
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•2 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
I scanned the codebase for this inspection, and there were no violations. Must have been fixed already.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•