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
Basically this means that there is a possibility of calling release() twice. On the second call release() will return nullptr and this is most likely a bad thing.
See #16 (comment)
Basically this means that there is a possibility of calling
release()twice. On the second callrelease()will returnnullptrand this is most likely a bad thing.