Valgrind says: ==13426== 344 (336 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 7 of 10 ==13426== at 0x4C2FB6B: malloc (vg_replace_malloc.c:299) ==13426== by 0x4F8C4BE: svctcp_create (in /usr/lib64/libc-2.26.so) ==13426== by 0x4046E3: create_tcp_transport (daemon.c:794) ==13426== by 0x403077: main (daemon.c:934) Looking at the code it seems like a tcp socket object isn't properly cleaned up.
*** This bug has been marked as a duplicate of bug 5302 ***