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
When you assign a weak reference to itself it might get collected and the destructor segfaults.
The fix would be to first increment the ref count and THEN decrement it on the left side.
When you assign a weak reference to itself it might get collected and the destructor segfaults.
The fix would be to first increment the ref count and THEN decrement it on the left side.