mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-23 00:00:06 +01:00
![]() Updates the `lws_pt_destroy()` logic to ensure the pipe fds are closed if either `pt->dummy_pipe_fds[0]` or `pt->dummy_pipe_fds[1]` are still valid (previously was only checking `pt->dummy_pipe_fds[0]` which was resulting in the write fd to leak whenever a context was destroyed). |
||
---|---|---|
.. | ||
alloc.c | ||
buflist.c | ||
CMakeLists.txt | ||
context.c | ||
libwebsockets.c | ||
logs.c | ||
lws_dll2.c | ||
lws_map.c | ||
private-lib-core.h | ||
vfs.c |