Bug 132108 - Fix reference leak in FontMac
Summary: Fix reference leak in FontMac
Status: RESOLVED DUPLICATE of bug 132106
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 21:41 PDT by Myles C. Maxfield
Modified: 2014-04-23 23:39 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2014-04-23 21:42 PDT, Myles C. Maxfield
darin: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!