From: Crispin F. <cr...@th...> - 2003-05-07 17:18:56
|
While using the fd leak checking patch by Robert Walsh, I found a fd leak in valgrind-listener, it never closes any file descriptors. While looking at the code, I removed the nanosleep() calls so that it just sits in poll() waiting for a new connection or data on an existing connection. The patch is attached. Crispin |