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
For smart pointers to be implemented as library types, the drop flag needs to be omitted and the pointer zeroed instead. Calling the destructor more than once will be fine, free is a no-op on null pointers.