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

Description Vangelis Kokkevis 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.
Comment 1 Vangelis Kokkevis 2011-05-30 23:18:57 PDT
Created attachment 95399 [details]
Patch
Comment 2 Kent Tamura 2011-05-31 00:51:31 PDT
Comment on attachment 95399 [details]
Patch

Looks ok.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2011-05-31 02:58:49 PDT
All reviewed patches have been landed.  Closing bug.