Bug 132108

Summary: Fix reference leak in FontMac
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: darin, dino, jonlee, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review-

Description Myles C. Maxfield 2014-04-23 21:41:36 PDT
Fix reference leak in FontMac
Comment 1 Myles C. Maxfield 2014-04-23 21:42:16 PDT
Created attachment 230047 [details]
Patch
Comment 2 Darin Adler 2014-04-23 21:48:28 PDT
Comment on attachment 230047 [details]
Patch

This is OK, but it doesn’t fix the identical leak in SimpleFontDataMac.mm. I took care of this in <http://trac.webkit.org/changeset/167746> so you don’t need to land your patch.
Comment 3 Darin Adler 2014-04-23 21:48:42 PDT

*** This bug has been marked as a duplicate of bug 132106 ***
Comment 4 Myles C. Maxfield 2014-04-23 23:39:36 PDT
Thanks so much, Darin!