fix timerfd release

main
pantonshire 1 month ago
parent 51f72f8c09
commit 001414baa4

@ -141,7 +141,7 @@ int owd_platform_el_add_timer(
if ((res = el_epoll_add(el, e, tfd, OWD_EVENT_SOURCE_TIMER, EPOLLIN, true)))
return res;
FD_RELEASE(tfd);
FD_RELEASE(&tfd);
return 0;
}

Loading…
Cancel
Save