Bug 143975 - TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
Summary: TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
Status: RESOLVED DUPLICATE of bug 118505
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: https://build.webkit.org/LeaksViewer/...
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 18:47 PDT by Simon Fraser (smfr)
Modified: 2015-04-20 20:06 PDT (History)
3 users (show)

See Also:


Attachments

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