Closed
Bug 851954
Opened 12 years ago
Closed 12 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•12 years ago
|
||
No point in using nsRefPtr
Reporter | ||
Comment 2•12 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•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•