Bug 39309 - Allocate the m_preloads list hash set dynamically and free it when done.
Summary: Allocate the m_preloads list hash set dynamically and free it when done.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-05-18 12:17 PDT by Anders Carlsson
Modified: 2010-05-18 12:25 PDT (History)
0 users

See Also:


Attachments
Patch (2.92 KB, patch)
2010-05-18 12:19 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2010-05-18 12:17:33 PDT
Allocate the m_preloads list hash set dynamically and free it when done.
Comment 1 Anders Carlsson 2010-05-18 12:18:39 PDT
<rdar://problem/7998495>
Comment 2 Anders Carlsson 2010-05-18 12:19:56 PDT
Created attachment 56399 [details]
Patch
Comment 3 Anders Carlsson 2010-05-18 12:25:14 PDT
Committed r59680: <http://trac.webkit.org/changeset/59680>