libuv/src
Ben Noordhuis ad7b48aeec unix: fix memory leak in udp.c
Some memory was leaked when the uv_udp_t handle was closed when there were
in-flight send requests with a heap allocated buffer list.

That doesn't happen much in practice. In the common case (writing < 5 buffers),
the buffer list is stored inside the uv_udp_send_t structure, not allocated on
the heap.
2012-08-25 22:28:52 +02:00
..
ares Prepare libuv for shared library build 2011-10-29 00:52:32 +02:00
unix unix: fix memory leak in udp.c 2012-08-25 22:28:52 +02:00
win windows: fix uninitialized memory access in uv_update_time() 2012-08-21 01:17:52 +02:00
cares.c Move shared c-ares glue code from uv-common to cares.c 2012-05-22 16:11:23 +02:00
fs-poll.c unix, windows: fix memory corruption in fs-poll.c 2012-08-20 17:13:27 +02:00
uv-common.c unix, windows: add debug mode handle printer 2012-06-06 04:25:12 +02:00
uv-common.h unix, windows: share uv__handle_init() 2012-06-13 01:28:58 +02:00