Bug 144642 - [Content Extensions] Release input NSString when finished copying it.
Summary: [Content Extensions] Release input NSString when finished copying it.
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: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 15:45 PDT by Alex Christensen
Modified: 2015-05-05 15:59 PDT (History)
0 users

See Also:


Attachments
Patch (4.75 KB, patch)
2015-05-05 15:47 PDT, Alex Christensen
bweinstein: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2015-05-05 15:45:52 PDT
Let's lower the memory usage peak even more!
Comment 1 Alex Christensen 2015-05-05 15:47:24 PDT
Created attachment 252414 [details]
Patch
Comment 2 Brian Weinstein 2015-05-05 15:54:58 PDT
Comment on attachment 252414 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252414&action=review

> Tools/ChangeLog:9
> +        (WTR::TestController::platformConfigureViewForTest):

This should mention that this prevents us from over-releasing an autoreleased object.
Comment 3 Alex Christensen 2015-05-05 15:59:38 PDT
http://trac.webkit.org/changeset/183836