[Webkit-unassigned] [Bug 57758] New: [Cairo] Memory leak in RefPtrCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 4 08:55:46 PDT 2011


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

           Summary: [Cairo] Memory leak in RefPtrCairo
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P3
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrobinson at webkit.org
                CC: xan.lopez at gmail.com, alex at igalia.com


template<> void derefIfNotNull(cairo_font_face_t* ptr)
62      {
63          if (LIKELY(ptr != 0))
64              cairo_font_face_reference(ptr);
65      }

Line 64 should certainly read cairo_font_face_destroy.

-- 
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