Bug 61761

Summary: [chromium] Avoid double deletion of DrawingBuffer's contents texture
Product: WebKit Reporter: Vangelis Kokkevis <vangelis>
Component: WebCore Misc.Assignee: Vangelis Kokkevis <vangelis>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, jamesr, senorblanco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Vangelis Kokkevis
Reported 2011-05-30 23:12:43 PDT
The m_contents texture of the DrawingBuffer is deleted twice when the destructor is called. Once in the destructor itself and once by the clear() method called by the destructor.
Attachments
Patch (1.29 KB, patch)
2011-05-30 23:18 PDT, Vangelis Kokkevis
no flags
Vangelis Kokkevis
Comment 1 2011-05-30 23:18:57 PDT
Kent Tamura
Comment 2 2011-05-31 00:51:31 PDT
Comment on attachment 95399 [details] Patch Looks ok.
WebKit Commit Bot
Comment 3 2011-05-31 02:58:45 PDT
Comment on attachment 95399 [details] Patch Clearing flags on attachment: 95399 Committed r87718: <http://trac.webkit.org/changeset/87718>
WebKit Commit Bot
Comment 4 2011-05-31 02:58:49 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.