[Webkit-unassigned] [Bug 10908] New: Don't crash in Gdk's ~FontPlatformData

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Sep 17 18:25:52 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10908

           Summary: Don't crash in Gdk's ~FontPlatformData
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: kkowalczyk at gmail.com


The attached patch solves 2 problems:

1. Gdk's version of FontPlatformData() can be initialized with m_pattern = -1
in which case it'll crash FcPatternDestroy() called in destructor.

2. Currently gdklaucher doesn't exit if close button is pressed, which is very
annoying since you have to always kill -9 it. This patch detects that close
button was pressed and cleanly exists.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list