We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
struct us_poll_t *p = us_create_poll(loop, fallthrough, sizeof(struct us_internal_callback_t) + ext_size); int timerfd = timerfd_create(CLOCK_REALTIME, TFD_NONBLOCK | TFD_CLOEXEC); if (timerfd == -1) { return NULL; }
Leaks p if the timer fails to be created.
The text was updated successfully, but these errors were encountered:
Fix uNetworking#211 mem leak
bd085b1
Fixed in #231
Sorry, something went wrong.
No branches or pull requests
Leaks p if the timer fails to be created.
The text was updated successfully, but these errors were encountered: