Bug 25650 - Memory leak in wxFontProperties constructor
Summary: Memory leak in wxFontProperties constructor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit wx (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 12:23 PDT by Kevin Watters
Modified: 2009-05-08 15:51 PDT (History)
0 users

See Also:


Attachments
Adds missing CGFontRelease (931 bytes, patch)
2009-05-08 12:24 PDT, Kevin Watters
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Watters 2009-05-08 12:23:32 PDT
There is a missing CGFontRelease() call for the cgFont in the wxFontProperties constructor in WebCore/platform/wx/wxcode/mac/carbon/fontprops.cpp.
Comment 1 Kevin Watters 2009-05-08 12:24:22 PDT
Created attachment 30136 [details]
Adds missing CGFontRelease
Comment 2 Kevin Ollivier 2009-05-08 15:51:17 PDT
Landed in r43417, thanks!