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.
The text was updated successfully, but these errors were encountered:
See #16 (comment)
Basically this means that there is a possibility of calling
release()
twice. On the second callrelease()
will returnnullptr
and this is most likely a bad thing.The text was updated successfully, but these errors were encountered: