Bug 61761 - [chromium] Avoid double deletion of DrawingBuffer's contents texture
Summary: [chromium] Avoid double deletion of DrawingBuffer's contents texture
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vangelis Kokkevis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-30 23:12 PDT by Vangelis Kokkevis
Modified: 2011-05-31 02:58 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.29 KB, patch)
2011-05-30 23:18 PDT, Vangelis Kokkevis
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.