[webkit-reviews] review requested: [Bug 25652] wx port's PlatformPath may be deleted while in use : [Attachment 30140] Use wxGraphicsPath copy constructor to avoid refcount bug

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


Kevin Watters <kevinwatters at gmail.com> has asked  for review:
Bug 25652: wx port's PlatformPath may be deleted while in use
https://bugs.webkit.org/show_bug.cgi?id=25652

Attachment 30140: Use wxGraphicsPath copy constructor to avoid refcount bug
https://bugs.webkit.org/attachment.cgi?id=30140&action=review

------- Additional Comments from Kevin Watters <kevinwatters at gmail.com>
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.


More information about the webkit-reviews mailing list