RESOLVED FIXED 32325
Filters contain some leaks in untested code
https://bugs.webkit.org/show_bug.cgi?id=32325
Summary Filters contain some leaks in untested code
Nikolas Zimmermann
Reported 2009-12-09 09:45:56 PST
We currently don't have support for the lighting filters, though we already build filter effect objects for those. DistantLightSource & PointLightSource are RefCounted objects w/o create() objects, leading to referennce counting bugs. Just testing a patch that fixes those. Uploading later. FYI: Besides that, filters are up & running on win/mac/gtk/qt!
Attachments
Initial patch (20.82 KB, patch)
2009-12-09 17:14 PST, Nikolas Zimmermann
no flags
Updated patch (20.84 KB, patch)
2009-12-09 17:28 PST, Nikolas Zimmermann
oliver: review+
oliver: commit-queue-
Nikolas Zimmermann
Comment 1 2009-12-09 17:14:50 PST
Created attachment 44584 [details] Initial patch
WebKit Review Bot
Comment 2 2009-12-09 17:18:25 PST
Attachment 44584 [details] did not pass style-queue: Failed to run "WebKitTools/Scripts/check-webkit-style" exit_code: 1 WebCore/svg/graphics/filters/SVGLightSource.h:28: Alphabetical sorting problem. [build/include_order] [4] Total errors found: 1
Nikolas Zimmermann
Comment 3 2009-12-09 17:28:31 PST
Created attachment 44585 [details] Updated patch Picky Mrs. Stylebot...
WebKit Review Bot
Comment 4 2009-12-09 17:28:51 PST
style-queue ran check-webkit-style on attachment 44585 [details] without any errors.
Oliver Hunt
Comment 5 2009-12-09 19:05:49 PST
Comment on attachment 44585 [details] Updated patch Land your own patches :P :D Looks good, it concerns me that we seem to repeatedly create new LightSource objects but that's a distinct issue
Nikolas Zimmermann
Comment 6 2009-12-10 04:00:44 PST
Thanks Oliver. The patch only aims to fix the leaks - once the lighting filters will be implemented, these issues will be resolved.
Eric Seidel (no email)
Comment 7 2009-12-28 23:22:07 PST
Ping? Looks like this has been reviewed for a little over 2 weeks. I assume the holiday season has just gotten in the way of landing?
Nikolas Zimmermann
Comment 8 2009-12-29 02:56:49 PST
Oops, this has already been landed, a while ago. Forgot to close.
Note You need to log in before you can comment on or make changes to this bug.