Bug 143975
| Summary: | TextCodecICU::registerCodecs() leaks under fastStrDup(canonicalConverterName) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Text | Assignee: | 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 | ||
Simon Fraser (smfr)
This line:
registrar(webStandardName, create, fastStrDup(canonicalConverterName));
is creating a copy of canonicalConverterName which never seems to be freed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 118505 ***