You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#2826 removed a retain message send from Surface::from_view that incremented the reference count on view, without adding back anything complementary (that I can see). There's nothing in that PR to suggest that the old retain call was incorrect, and indeed, the returned Surface holds a new pointer to the view, so this seems like a bug.
The text was updated successfully, but these errors were encountered:
#2826 removed a
retain
message send fromSurface::from_view
that incremented the reference count onview
, without adding back anything complementary (that I can see). There's nothing in that PR to suggest that the oldretain
call was incorrect, and indeed, the returnedSurface
holds a new pointer to theview
, so this seems like a bug.The text was updated successfully, but these errors were encountered: