Skip to content

Conversation

@mathieucarbou
Copy link
Member

No description provided.

@mathieucarbou mathieucarbou self-assigned this Feb 5, 2025
@mathieucarbou mathieucarbou marked this pull request as ready for review February 5, 2025 08:47
@mathieucarbou mathieucarbou requested a review from a team February 5, 2025 08:47
Comment on lines +1623 to +1628
const int8_t err = _tcp_accept(this, c);
if (err != ERR_OK) {
delete c;
}
return err;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the accept event cannot be added to the queue then delete the allocated client class.

@mathieucarbou mathieucarbou merged commit ae1130f into main Feb 5, 2025
13 checks passed
@mathieucarbou mathieucarbou deleted the fix/mem branch February 5, 2025 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants