Closed
Bug 781310
Opened 13 years ago
Closed 13 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•13 years ago
|
||
I ran into this and decided to write up a fix. Patch coming up.
Comment 2•13 years ago
|
||
Attachment #727368 -
Flags: review?(jschoenick)
| Reporter | ||
Updated•13 years ago
|
Attachment #727368 -
Flags: review?(jschoenick) → review+
| Reporter | ||
Updated•13 years ago
|
Assignee: jschoenick → jst
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•