Open
Bug 1613418
Opened 6 years ago
Updated 3 years ago
Remove violations of mozilla-performance-temp-refptr
Categories
(Developer Infrastructure :: Source Code Analysis, task, P3)
Developer Infrastructure
Source Code Analysis
Tracking
(Not tracked)
NEW
People
(Reporter: sg, Unassigned)
References
(Blocks 1 open bug)
Details
As suggested in https://bugzilla.mozilla.org/show_bug.cgi?id=1609638#c11, violations of the rule should be resolved, to enable making it fatal.
Reporter | ||
Comment 1•6 years ago
|
||
Alternatively, functions identified to require a temporary AddRef
on their return value should be annotated with MOZ_MUST_ADDREF (as defined by Bug 1614371).
Depends on: 1614371
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•