[Webkit-unassigned] [Bug 143975] New: TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 20 18:47:01 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=143975
Bug ID: 143975
Summary: TextCodecICU::registerCodecs() leaks under
fastStrDup(canonicalConverterName)
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Text
Assignee: webkit-unassigned at lists.webkit.org
Reporter: simon.fraser at apple.com
This line:
registrar(webStandardName, create, fastStrDup(canonicalConverterName));
is creating a copy of canonicalConverterName which never seems to be freed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150421/5e867690/attachment-0001.html>
More information about the webkit-unassigned
mailing list