[Webkit-unassigned] [Bug 27242] JSC bindings should use an auto-bound RGBColor class instead of hand-rolled JSRGBColor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 00:02:44 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27242





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-07-22 00:02:43 PDT ---
(From update of attachment 33235)
 646 RGBColor* CSSPrimitiveValue::getRGBColorValue(ExceptionCode& ec) const

and 

+RGBColor* SVGColor::rgbColor() const

Look like they're leaking, no?

They're returning raw pointers to RGBColor object which have a ref count of 1.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list