RESOLVED FIXED 25650
Memory leak in wxFontProperties constructor
https://bugs.webkit.org/show_bug.cgi?id=25650
Summary Memory leak in wxFontProperties constructor
Kevin Watters
Reported 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.
Attachments
Adds missing CGFontRelease (931 bytes, patch)
2009-05-08 12:24 PDT, Kevin Watters
darin: review+
Kevin Watters
Comment 1 2009-05-08 12:24:22 PDT
Created attachment 30136 [details] Adds missing CGFontRelease
Kevin Ollivier
Comment 2 2009-05-08 15:51:17 PDT
Landed in r43417, thanks!
Note You need to log in before you can comment on or make changes to this bug.