Bug 154737 - Silence leaks under TextCodecICU::registerCodecs
Summary: Silence leaks under TextCodecICU::registerCodecs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-26 10:53 PST by Alexey Proskuryakov
Modified: 2016-02-27 16:40 PST (History)
4 users (show)

See Also:


Attachments
proposed patch (1.42 KB, patch)
2016-02-26 10:54 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
proposed patch (1.42 KB, patch)
2016-02-26 11:00 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2016-02-26 10:53:37 PST
Bug 118505: TextCodecICU::registerCodecs is leaking.

Probably not worth the effort to fix now, so let's silence it.
Comment 1 Alexey Proskuryakov 2016-02-26 10:54:45 PST
Created attachment 272341 [details]
proposed patch
Comment 2 WebKit Commit Bot 2016-02-26 10:57:00 PST
Attachment 272341 [details] did not pass style-queue:


ERROR: Tools/Scripts/webkitpy/port/leakdetector.py:57:  at least two spaces before inline comment  [pep8/E261] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2016-02-26 11:00:38 PST
Created attachment 272342 [details]
proposed patch

With more pep8 happiness.
Comment 4 WebKit Commit Bot 2016-02-27 16:40:12 PST
Comment on attachment 272342 [details]
proposed patch

Clearing flags on attachment: 272342

Committed r197262: <http://trac.webkit.org/changeset/197262>
Comment 5 WebKit Commit Bot 2016-02-27 16:40:16 PST
All reviewed patches have been landed.  Closing bug.