Bug 143975

Summary: TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ap, mmaxfield, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: https://build.webkit.org/LeaksViewer/?url=%2Fresults%2FApple%20Yosemite%20%28Leaks%29%2Fr183035%20%281181%29%2F

Description Simon Fraser (smfr) 2015-04-20 18:47:01 PDT
This line:
        registrar(webStandardName, create, fastStrDup(canonicalConverterName));
is creating a copy of canonicalConverterName which never seems to be freed.
Comment 1 Alexey Proskuryakov 2015-04-20 20:06:47 PDT

*** This bug has been marked as a duplicate of bug 118505 ***