Open Bug 1563067 Opened 6 years ago Updated 3 years ago

Private dtor for refcounted classes static analysis is missing a case

Categories

(Developer Infrastructure :: Source Code Analysis, task)

Tracking

(Not tracked)

People

(Reporter: mccr8, Unassigned)

References

Details

nsXULPrototypeElement is refcounted, but it has a public dtor. Presumably the problem is that it does not define the refcounted methods itself, but inherits them from its parent class. The parent class has a protected dtor, so that works, but nsXULPrototypeElement does not.

Product: Firefox Build System → Developer Infrastructure
Severity: normal normal → S3 S3
You need to log in before you can comment on or make changes to this bug.