RESOLVED FIXED 6156
Leaks when running SVG tests
https://bugs.webkit.org/show_bug.cgi?id=6156
Summary Leaks when running SVG tests
Eric Seidel (no email)
Reported 2005-12-19 22:21:08 PST
Leaks when running SVG tests Close a few of the leaks when running the SVG tests. The only remaining leaks are in throwError and are of UStrings. I expect those may be related to http://bugzilla.opendarwin.org/show_bug.cgi?id=6096
Attachments
Close a couple small leaks from SVG code (3.86 KB, patch)
2005-12-19 22:21 PST, Eric Seidel (no email)
mjs: review+
Eric Seidel (no email)
Comment 1 2005-12-19 22:21:39 PST
Created attachment 5168 [details] Close a couple small leaks from SVG code
Eric Seidel (no email)
Comment 2 2005-12-19 22:22:46 PST
Comment on attachment 5168 [details] Close a couple small leaks from SVG code There are two leaks closed here. One is specific to DumpRenderTree and is in the Path->String conversion code. The second is in the lighting code. The way that I closed it is by making the KCanvas lighting element own the light source. I'm not sure that's really the best solution long term, but was the quickest way to victory for now, and is something that can be revisited when we revisit how filters are handled in KCanvas.
Note You need to log in before you can comment on or make changes to this bug.