Bug 105485 - Leak in StringImpl::createCFString()
Summary: Leak in StringImpl::createCFString()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.8
: P2 Normal
Assignee: Jon Lee
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-19 17:29 PST by Jon Lee
Modified: 2012-12-19 17:42 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.73 KB, patch)
2012-12-19 17:35 PST, Jon Lee
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Lee 2012-12-19 17:29:18 PST
Some crossed wires regarding CFString and RetainPtr leads to leaky hilarity.
Comment 1 Radar WebKit Bug Importer 2012-12-19 17:29:32 PST
<rdar://problem/12914832>
Comment 2 Jon Lee 2012-12-19 17:29:42 PST
<rdar://problem/12801963>
Comment 3 Jon Lee 2012-12-19 17:35:54 PST
Created attachment 180252 [details]
Patch
Comment 4 Jon Lee 2012-12-19 17:42:08 PST
Committed r138210: <http://trac.webkit.org/changeset/138210>