Bug 111316

Summary: Deque: Free internal buffer in clear().
Product: WebKit Reporter: Andreas Kling <kling>
Component: Web Template FrameworkAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, kling, ojan.autocc, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-03-04 06:37:38 PST
WTF::Deque will keep its internal buffer around until destruction. We should at least throw it away in clear().
Comment 1 Radar WebKit Bug Importer 2013-03-04 06:39:27 PST
<rdar://problem/13336675>
Comment 2 Andreas Kling 2013-03-04 06:43:51 PST
Created attachment 191229 [details]
Patch
Comment 3 WebKit Review Bot 2013-03-04 08:24:31 PST
Comment on attachment 191229 [details]
Patch

Clearing flags on attachment: 191229

Committed r144630: <http://trac.webkit.org/changeset/144630>
Comment 4 WebKit Review Bot 2013-03-04 08:24:34 PST
All reviewed patches have been landed.  Closing bug.