[Webkit-unassigned] [Bug 58391] Embedded font resources never get released when page is closed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 07:20:09 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58391





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-04-13 07:20:09 PST ---
Yes, this is expected, but undesirable. It's a known issue, cairo keeps the font cached and the user data callback is never called, because the font is not destroyed. Adding a cairo_font_face_finish() function similar to other cairo APIs would solve the problem, See this cairo bug:

https://bugs.freedesktop.org/show_bug.cgi?id=28145

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list