Bug 97289

Summary: [Platform] There are memory leak in LocaleICU
Product: WebKit Reporter: yosin
Component: PlatformAssignee: yosin
Status: RESOLVED FIXED    
Severity: Normal CC: tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch 1 none

Description yosin 2012-09-20 20:52:50 PDT
m_mediumTimeFormat and m_shortTimeFormat of UDateFormat aren't released.
Comment 1 yosin 2012-09-20 21:01:20 PDT
This bug is imported from http://crbug.com/151006
Valgrind found this memory leak.
Comment 2 yosin 2012-09-20 21:10:44 PDT
Created attachment 165042 [details]
Patch 1
Comment 3 yosin 2012-09-20 21:11:14 PDT
Comment on attachment 165042 [details]
Patch 1

Could you review this patch?
Thanks in advance.
Comment 4 Kent Tamura 2012-09-20 21:27:21 PDT
Comment on attachment 165042 [details]
Patch 1

ok
Comment 5 yosin 2012-09-20 21:43:55 PDT
Comment on attachment 165042 [details]
Patch 1

Clearing flags on attachment: 165042

Committed r129191: <http://trac.webkit.org/changeset/129191>
Comment 6 yosin 2012-09-20 21:43:59 PDT
All reviewed patches have been landed.  Closing bug.