Closed
Bug 781310
Opened 11 years ago
Closed 10 years ago
nsPluginHost::GetInst() should return already_AddRefed
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla22
People
(Reporter: johns, Assigned: jst)
References
Details
Attachments
(1 file)
6.98 KB,
patch
|
johns
:
review+
|
Details | Diff | Splinter Review |
nsPluginHost::GetInst() is a bit odd, and some of its users look questionable. It should return already_AddRefed, and its callers should be checked for sanity.
Comment 1•10 years ago
|
||
I ran into this and decided to write up a fix. Patch coming up.
Comment 2•10 years ago
|
||
Attachment #727368 -
Flags: review?(jschoenick)
Reporter | ||
Updated•10 years ago
|
Attachment #727368 -
Flags: review?(jschoenick) → review+
Reporter | ||
Updated•10 years ago
|
Assignee: jschoenick → jst
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e3ad8585b8e6
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•9 months ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•