Bug 111316 - Deque: Free internal buffer in clear().
Summary: Deque: Free internal buffer in clear().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-04 06:37 PST by Andreas Kling
Modified: 2013-03-04 08:24 PST (History)
6 users (show)

See Also:


Attachments
Patch (939 bytes, patch)
2013-03-04 06:43 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

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