[Webkit-unassigned] [Bug 66488] [chromium] Leaking SkBitmaps for background images

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 15:13:39 PDT 2011


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





--- Comment #4 from John Bates <jbates at google.com>  2011-08-24 15:13:39 PST ---
SkBitmap can't have virtuals unless it's refactored to not do the memcpy(sizeof) tricks, since that clobbers the vtable. The symptoms I saw were things like crashes in the NativeImageSkia destructor (because it probably was a copy, and should have been a plain SkBitmap vtable).

Patch coming shortly to make SkBitmap a member...

-- 
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