Comment #3 on issue 9592 by [email protected]: Chromium Linux  
segfaults on exit because of a ref-counting bug in ChromeFont
http://code.google.com/p/chromium/issues/detail?id=9592

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=12909

------------------------------------------------------------------------
r12909 | [email protected] | 2009-03-31 15:09:34 -0700 (Tue, 31 Mar 2009) |  
8 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/gfx/chrome_font_skia.cc?r1=12909&r2=12908

Linux: fix segfault on exit

Skia doesn't have a scoped_refptr, it has AutoUnref. The difference is
that the latter doesn't take a reference, it only deletes them. Thus
we need to increment the reference count manually when creating them.

BUG=9592

------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to