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
There is a memory leak in event.go - func CreateEvent, the closing of the response must take place right after the checking of the error, currently when the response status is not equal to 200, the response body will not be closed - see pull request #65
The text was updated successfully, but these errors were encountered:
There is a memory leak in event.go - func CreateEvent, the closing of the response must take place right after the checking of the error, currently when the response status is not equal to 200, the response body will not be closed - see pull request #65
The text was updated successfully, but these errors were encountered: