[Webkit-unassigned] [Bug 25652] wx port's PlatformPath may be deleted while in use

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 8 14:01:09 PDT 2009


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


kevinwatters at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30140|                            |review?
               Flag|                            |




------- Comment #1 from kevinwatters at gmail.com  2009-05-08 14:01 PDT -------
Created an attachment (id=30140)
 --> (https://bugs.webkit.org/attachment.cgi?id=30140&action=view)
Use wxGraphicsPath copy constructor to avoid refcount bug

Use wxGraphicsPath(const wxGraphicsPath&) instead of just stealing a reference
to the object, so that we aren't bit by a segfault (or worse) later when the
wxObject's refcount goes to zero.


-- 
Configure bugmail: https://bugs.webkit.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