Bug 154737

Summary: Silence leaks under TextCodecICU::registerCodecs
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, glenn, lforschler
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=118505
Attachments:
Description Flags
proposed patch
none
proposed patch none

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.