Closed
Bug 851954
Opened 10 years ago
Closed 10 years ago
Uninitialized variables in nsSVGFELightingElement::Filter
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: Ms2ger, Assigned: dzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.04 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
distantLight and pointLight can be used uninitialized. David, could you fix that? (Maybe make them nsRefPtr, actually.)
Assignee | ||
Comment 1•10 years ago
|
||
No point in using nsRefPtr
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 725922 [details] [diff] [review] Patch Review of attachment 725922 [details] [diff] [review]: ----------------------------------------------------------------- Thanks.
Attachment #725922 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ad3260c0c384
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ad3260c0c384
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•