Bug 7854 - CanvasGradient leaks
Summary: CanvasGradient leaks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-18 20:52 PST by Darin Adler
Modified: 2006-03-19 23:22 PST (History)
0 users

See Also:


Attachments
patch with detailed change log (1.94 KB, patch)
2006-03-18 20:56 PST, Darin Adler
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2006-03-18 20:52:54 PST
With my recent changes, I introduced a leak of the canvas gradient object.
Comment 1 Darin Adler 2006-03-18 20:56:31 PST
Created attachment 7167 [details]
patch with detailed change log
Comment 2 Eric Seidel (no email) 2006-03-19 22:14:33 PST
Comment on attachment 7167 [details]
patch with detailed change log

Looks good.  Eventually it would be nice to merge some of this code with the SVG code.  Probably more of making the SVG gradient code sit on top of this stuff.